Description
Provides a Haskell-style library for shell programming. It lets developers write scripts and automation with typed functions for files, processes, streams, and command-line behavior.
It is useful for build scripts, maintenance tools, data processing, and safer replacements for complex shell scripts. Code that runs external commands still needs careful argument handling to avoid command injection and surprising effects.