https://github.com/composewell/streamly-shell
Shell programming using streamly
https://github.com/composewell/streamly-shell
Last synced: about 1 year ago
JSON representation
Shell programming using streamly
- Host: GitHub
- URL: https://github.com/composewell/streamly-shell
- Owner: composewell
- License: apache-2.0
- Created: 2021-07-14T12:16:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T15:11:53.000Z (over 2 years ago)
- Last Synced: 2024-03-26T22:36:08.639Z (over 2 years ago)
- Language: Haskell
- Size: 37.1 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Shell commands as streams
A wrapper over `Streamly.System.Command` module (from `streamly-process`
package) to use `sh` as an interpreter for command strings. This package
just adds `sh -c` to a command to run it using shell. We can use
`Streamly.System.Command` directly instead. That we could use any shell
e.g. `bash -c`.
This is not part of the `streamly-process` package because this is POSIX
only and `streamly-process` is portable.