Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixpulvis/rush
My little ruby shell.
https://github.com/nixpulvis/rush
project shell
Last synced: 9 days ago
JSON representation
My little ruby shell.
- Host: GitHub
- URL: https://github.com/nixpulvis/rush
- Owner: nixpulvis
- Created: 2012-10-18T07:10:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T19:39:43.000Z (over 11 years ago)
- Last Synced: 2024-10-18T23:38:48.315Z (18 days ago)
- Topics: project, shell
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# =rush=
Simple Ruby Shell.
## Supported Features
* Path Completion
* History
* Sourcing
* Aliasing## Installation
Currently development is only tested on Mac and Linux, with versions of ruby 1.8.7 or greater. Since the default version of mac is 1.8.7 this is my main target. It's easy however to use for your own development newer versions of ruby. I for example have added the following to my `.rush_rc`
# make /usr/local/bin overide anything in all other paths.
ENV['PATH'] = '/usr/local/bin:' + ENV['PATH']