Crates.io | cmdshelf |
lib.rs | cmdshelf |
version | 2.0.2 |
source | src |
created_at | 2018-09-08 15:42:01.494984 |
updated_at | 2018-10-20 08:26:10.636955 |
description | Better scripting life with cmdshelf |
homepage | https://github.com/toshi0383/cmdshelf |
repository | https://github.com/toshi0383/cmdshelf |
max_upload_size | |
id | 83617 |
size | 50,935 |
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:
cargo install cmdshelf
Note that rust is required.
Put this in your ~/.bashrc
,
source /path-to/cmdshelf-completion.bash
Any contribution is welcomed. Feel free to open issue for bug reports, questions, or feature requests.