Ever used the terminal? Or even command prompt on windows? Ever thought it’s not enough power and flexibility? Well rbShell is for you, it uses your system commands as well as being able to run ruby commands as well. For Example:
rbShell $ echo Hello World!
=> Hello World!
[Felicia@Felix:/] $ Puts RUBY_PLATFORM
=> i386-linux
Notice the prompts are different? You can customize your prompt easy, just by editing your .rbShell_conf file in your home directory.
Windows: C:Documents and settingsuser
Linux: /home/user
Mac: ?
Just edit the line that starts with Prompt=.
By editing this line you will change the prompt rbShell uses. The line default for:
Windows: Prompt="rbShell $ "
Linux&Mac: Prompt="[".blue + "#{ENV[‘USER’]}" + "@" + "#{Socket.gethostname}" + ":".blue + "#{Dir.getwd}" + "]".blue + " $ "
Also notice there are colours? The colours are used to show