@hackage turtle1.5.24
Shell programming, Haskell-style
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (25)
- Win32 >=2.2.0.1 && <2.9
- ansi-wl-pprint >=0.6 && <0.7
- async >=2.0.0.0 && <2.3
- base >=4.9 && <5
- bytestring >=0.9.1.8 && <0.12
- clock >=0.4.1.2 && <0.9 Show all…
Dependents (65)
@hackage/tex-join-bib, @hackage/ghc-exactprint, @hackage/haskell-overridez, @hackage/csg, @hackage/tn, @hackage/attic-schedule, Show all…
turtle is a reimplementation of the Unix command line environment
in Haskell so that you can use Haskell as both a shell and a scripting
language.
Features include:
Batteries included: Command an extended suite of predefined utilities
Interoperability: You can still run external shell commands
Portability: Works on Windows, OS X, and Linux
Exception safety: Safely acquire and release resources
Streaming: Transform or fold command output in constant space
Patterns: Use typed regular expressions that can parse structured values
Formatting: Type-safe
printf-style text formattingModern: Supports
textandsystem-filepath
Read Turtle.Tutorial for a detailed tutorial or Turtle.Prelude for a
quick-start guide
turtle is designed to be beginner-friendly, but as a result lacks certain
features, like tracing commands. If you feel comfortable using turtle
then you should also check out the Shelly library which provides similar
functionality.