Homebrew tap for rubish -- a UNIX shell written in pure Ruby.
brew install --HEAD amatsuda/rubish/rubishOr tap first, then install:
brew tap amatsuda/rubish
brew install --HEAD rubish--HEAD is required as rubish is currently installed from the latest source on the master branch.
Start rubish:
rubishRun a single command:
rubish -c 'echo hello'Set as your login shell:
# Add rubish to allowed shells
echo "$(brew --prefix)/bin/rubish" | sudo tee -a /etc/shells
# Change your default shell
chsh -s "$(brew --prefix)/bin/rubish"brew upgrade --fetch-HEAD rubishbrew uninstall rubish
brew untap amatsuda/rubish- Homebrew's Ruby (
brew install ruby)
See the rubish repository for documentation and source code.
MIT