sheller 1.0.2 sheller: ^1.0.2 copied to clipboard
Ergonomic scripting in Dart. Utilities for interacting with shells and converting output to Dart types. Replace your scripts (e.g. bash or python) with Dart.
1.0.2 #
- Update Doc
1.0.1 #
- Update Doc
1.0.0 #
- Stabilize api
0.5.1 #
- Adds support for MacOs
- Fixes some edge cases for windows commands
0.5.0 #
- Re-organize
ShellConversionConfig
merged intoShellConfig
- Remove "sheller_" prefix from libray names
- Add option to show raw byte output on exception and do not show by default
0.4.1 #
- Bool meaning change
0.4.0 #
- Improve ergonomics
- Add sync implementation
- Works on linux
0.3.4 #
- Improve README
0.3.3 #
- Improve doc
0.3.2 #
- Improve error messages
0.3.1 #
- Rename
0.3.0 #
- Add file system converters
0.2.0 #
- Add shellSync
0.1.0 #
- Initial release.