cmdshelf

Crates.iocmdshelf
lib.rscmdshelf
version2.0.2
sourcesrc
created_at2018-09-08 15:42:01.494984
updated_at2018-10-20 08:26:10.636955
descriptionBetter scripting life with cmdshelf
homepagehttps://github.com/toshi0383/cmdshelf
repositoryhttps://github.com/toshi0383/cmdshelf
max_upload_size
id83617
size50,935
Toshihiro Suzuki (toshi0383)

documentation

README

XcodeGen

Git Version license

cmdshelf is a new way of scripting.😎

  • ✅ Seperate name space using directories (e.g. swiftpm/install.sh your/tool/install.sh)
  • ✅ No more $PATH configurations
  • ✅ bash-completion for all commands
  • ✅ stdout, stdin, stderr
  • ✅ No quoting required for arguments. (just like swift run)
  • ✅ The coolest manual page
  • ✅ Portable environment (.cmdshelf.toml)
  • ✅ Execute any executables.

You can see detailed document here, or type man cmdshelf.

Install

macOS

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

Build from source

With Rust's package manager cargo, you can install cmdshelf via:

cargo install cmdshelf

Note that rust is required.

Install auto bash-completion

Put this in your ~/.bashrc,

source /path-to/cmdshelf-completion.bash

Contribute

Any contribution is welcomed. Feel free to open issue for bug reports, questions, or feature requests.

Commit count: 334

cargo fmt