Skip to content

Instantly share code, notes, and snippets.

@nacho4d
Last active August 29, 2015 13:58
Show Gist options
  • Save nacho4d/9966259 to your computer and use it in GitHub Desktop.
Save nacho4d/9966259 to your computer and use it in GitHub Desktop.
Genereal coloriser configuration file for Android Debug Bridge: Create a file in `~/.grc/conf.adb` and add adb entry to `/usr/local/etc/grc.conf`
# Add path for Android
export ANDROID_HOME=$HOME/Downloads/adt-bundle-mac-x86_64-20140321/sdk
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
# Configuration File for Android Debug Bridge
regexp=^(E)\/.*$
colours=red
count=stop
======
regexp=^(W)\/.*$
colours=yellow
count=stop
======
regexp=^I\/.*$
colours=dark
count=stop
# adb command [Android Debug Bridge]
(^|[/\w\.]+/)adb\s?
conf.adb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment