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
Note that rust is required.
bash
git clone git@github.com:toshi0383/cmdshelf.git
cd cmdshelf
cargo build --release
cp target/release/cmdshelf /usr/local/bin
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.