Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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