Skip to content

Better scripting life with cmdshelf ๐Ÿ“š

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

toshi0383/cmdshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

cmdshelf

cmdshelf Git Versionlicense

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: #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.

About

Better scripting life with cmdshelf ๐Ÿ“š

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published