Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mooz/rios

A proxy framework for command line interfaces
https://github.com/mooz/rios

Last synced: about 1 month ago
JSON representation

A proxy framework for command line interfaces

Awesome Lists containing this 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

== License

The MIT License.