Project

rios

0.01
No commit activity in last 3 years
No release in over 3 years
Rios is a proxy framework which works as a proxy for command line applications and allows developer to hook input/output of the applications in a blazingly simple way.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0

Runtime

>= 0.9.6
 Project Readme

Rios - A proxy framework for command line interfaces¶ ↑

Description¶ ↑

Rios is a proxy framework which works as a proxy for command line applications and allows developer to hook input/output of the applications in a blazingly simple way.

Installation¶ ↑

# gem install rios

Usage¶ ↑

Shadow certain word¶ ↑

#!/usr/bin/env ruby

require "rios/easy"

on_output { |s|
  s.gsub(/vim/i) { |match| "***" }
}

listen

Author¶ ↑

mooz <stillpedant@gmail.com>

License¶ ↑

The MIT License.