No commit activity in last 3 years
No release in over 3 years
A ripl plugin that allows inline shell commands in the Ripl Shell.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.4
~> 0.8

Runtime

~> 0.3
 Project Readme

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

Install

$ gem install ripl-shell_commands

Copyright

Copyright (c) 2012 Hal Brodigan

See {file:LICENSE.txt} for details.