@hackage shelly0.7.1

shell-like (systems) programming in Haskell

Shelly is a package provides a single module for convenient systems programming in Haskell, similar in spirit to POSIX shells.

  • Shelly is aimed at getting things done rather than being a demonstration of elegance.

  • Shelly maintains its own environment, making it thread-safe.

  • Shelly is modern. It uses Text and system-filepath/system-fileio

  • Shelly is aimed at convenience and newer Haskell users

Shelly is a fork of Shellish that features low memory usage, bug fixes, and modernization