Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

homebrew-rubish

Homebrew tap for rubish -- a UNIX shell written in pure Ruby.

Installation

brew install --HEAD amatsuda/rubish/rubish

Or 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.

Usage

Start rubish:

rubish

Run 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"

Upgrading

brew upgrade --fetch-HEAD rubish

Uninstalling

brew uninstall rubish
brew untap amatsuda/rubish

Requirements

  • Homebrew's Ruby (brew install ruby)

More info

See the rubish repository for documentation and source code.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages