logcat.rb

Description

adb logcat meets ruby!

logcat.rb is a port of coloredlogcat.py in ruby.

Features

Enable colorized output for adb logcat.

Install

You may install logcat.rb by using:

$ gem install logcat.rb

Or, you can install it from the github repository:

$ git clone https://github.com/nibua-r/logcat.rb.git
$ cd logcat.rb
$ rake install

Contributing to logcat.rb

Follow the usual fork/branch/PR workflow to send changes, if I like them I'll merge them

Copyright (c) 2013 Renaud AUBIN

See the license file for details.

Initial credits for coloredlogcat.py: