ripl-shell_commands
Description
A ripl plugin that allows inline shell commands.
Features
Examples
>> require 'ripl/shell_commands'
=> true
>> !date
Sat Dec 1 21:47:55 PST 2012
=> true
>> !cd /etc/
=> true
>> @path = '/etc/profile.d/'
=> "/etc/profile.d/"
>> !ls #{@path}
bash_completion.sh colorls.csh less.sh qt.sh
chgems.sh colorls.sh PackageKit.sh vim.csh
chruby.sh lang.csh qt.csh vim.sh
colorgrep.csh lang.sh qt-graphicssystem.csh which2.csh
colorgrep.sh less.csh qt-graphicssystem.sh which2.sh
>> true
Requirements
- ripl ~> 0.3
Install
$ gem install ripl-shell_commands
Copyright
Copyright (c) 2012 Hal Brodigan
See LICENSE for details.