Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erniebrodeur/rcat
a colorized cat cli command depending on ruby/bini.
https://github.com/erniebrodeur/rcat
Last synced: 24 days ago
JSON representation
a colorized cat cli command depending on ruby/bini.
- Host: GitHub
- URL: https://github.com/erniebrodeur/rcat
- Owner: erniebrodeur
- License: mit
- Created: 2012-10-29T02:57:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T22:50:35.000Z (about 12 years ago)
- Last Synced: 2024-04-30T17:04:48.652Z (8 months ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rcat [![Build Status](https://secure.travis-ci.org/erniebrodeur/rcat.png)](http://travis-ci.org/erniebrodeur/rcat)
This gem provides a binary that cat's syntax colorized code to the console.
## Installation
Add this line to your application's Gemfile:
gem 'rcat'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rcat
## Usage
For now it doesn't have any options, all you can do is colorize a list of files to console:
% rcat file list goes here.rb
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request