Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mooz/rios
- Owner: mooz
- Created: 2011-07-14T15:18:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-07T07:40:01.000Z (almost 13 years ago)
- Last Synced: 2024-10-07T19:07:35.810Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 118 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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.