cmdshelf is a new way of scripting.😎
swiftpm/install.sh
your/tool/install.sh
)$PATH
configurationsstdout
, stdin
, stderr
swift run
).cmdshelf.toml
)You can see detailed document here, or type man cmdshelf
.
brew install cmdshelf
It's recommended to upgrade your bash to version 4, to use full feature of cmdshelf's bash-completion.
See: https://github.com/toshi0383/cmdshelf/pull/88
With Rust's package manager cargo, you can install cmdshelf via:
bash
cargo install cmdshelf
Note that rust is required.
Put this in your ~/.bashrc
,
shell
source /path-to/cmdshelf-completion.bash
Any contribution is welcomed. Feel free to open issue for bug reports, questions, or feature requests.