Project

logcat.rb

0.0
No commit activity in last 3 years
No release in over 3 years
logcat.rb: adb logcat meets ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.12.2
~> 3.0
~> 2.4

Runtime

 Project Readme

logcat.rb

Dependency Status Code Climate

Description

adb logcat meets ruby!

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

Features

Enable colorized output for adb logcat.

Usage

Direct usage:

$ logcat.rb

Filter on errors using pipe:

$ adb logcat *:E | logcat.rb

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

Copyright (c) 2013 Renaud AUBIN

See the license file for details.

Initial credits for coloredlogcat.py: