- Fix: docs
- Feat: Command suggestions by prefix
- Fix: Script ENV not being passed properly
- Update dependencies
- Fix: Exit with code
- Update dependencies
- Add
-ls
/--list
flag
- Update dependencies
- Fix: Config path searching
- Improve config loading & searching
- Rename
suppress_header_output
todisplay_cmd
and flipped the boolean logic
- Fix bad command spliting in some cases
- Less restrictive dependencies (compatible with Flutter stable)
- Use unlocked dependencies
- Updated dependencies
- Colorized help output
- Improve I/O pass-through to commands
- Add
appendNewLine
option (default:false
)
- Windows shell support (experimental)
- Use temporary script file to run commands
- Search up all directories while searching for config
- Add
suppress_header_output
option to allow scripts to output easily to other scripts
- Improve platform shell detection
- Update
-h
flag output
- Fix error when not supplying shell in config
- Improve errors for bad configurations
- Code improvements
- Fix utf8 decoding in process output
- Add shell config per OS
- Rename bin from
dartsc
toscr
- Update help usage print format
- Fix bug when pubspec.yaml is missing
- Add line_length config
- Update code formatting
- Update docs
- Add
-h
flag with auto-script listing
- Attempt to fix analyzer issues
- Initial pre-release version.