{"id":16846844,"url":"https://github.com/gjtorikian/coloredlogcatplusplus","last_synced_at":"2025-11-02T15:30:32.714Z","repository":{"id":65987834,"uuid":"2648475","full_name":"gjtorikian/ColoredLogcatPlusPlus","owner":"gjtorikian","description":"An extension of Jeff Sharkey's excellent ColoredLogcat terminal hack for Android development. Supports colors and filtering!","archived":false,"fork":false,"pushed_at":"2011-10-26T03:10:04.000Z","size":87,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-13T13:05:47.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gjtorikian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-26T03:03:56.000Z","updated_at":"2019-01-26T20:46:29.000Z","dependencies_parsed_at":"2023-02-19T20:40:19.593Z","dependency_job_id":null,"html_url":"https://github.com/gjtorikian/ColoredLogcatPlusPlus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjtorikian%2FColoredLogcatPlusPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjtorikian%2FColoredLogcatPlusPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjtorikian%2FColoredLogcatPlusPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjtorikian%2FColoredLogcatPlusPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjtorikian","download_url":"https://codeload.github.com/gjtorikian/ColoredLogcatPlusPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239396279,"owners_count":19631418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T13:05:29.602Z","updated_at":"2025-11-02T15:30:32.671Z","avatar_url":"https://github.com/gjtorikian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nColoredLogcat++ is an extension of [Jeff Sharkey's excellent ColoredLogcat](http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/) terminal hack for Android development. So far, the only difference it contains is the ability to filter the log based on text. This text currently does _not_ support regular expressions, though if interest is there I can certainly implement it.\n\nEventually, I'd like to support [all the new logcat features available in the r14 Android SDK release](http://tools.android.com/recent/updatedlogcatviewer). Time permitting, naturally.\n\n# Usage\n\nThis is an expansion on Jeff's original documentation. It also changes the format somewhat.\n\nYou must run ColoredLogcat++ by piping content directly using `adb`:\n\n\tadb logcat | ~/coloredlogcatpp.py\n\nWhile piping the text, you can pass the the `-f` switch to filter text from your log.\n\nFor example:\n\n\tadb logcat | ~/coloredlogcatpp.py -f Nyan\n\nWill only show log messages with the (case-sensitive) string of \"Nyan\" anywhere within them, be it the tag or the message itself.\n\nYou can string together as many `-f` filters as you like:\n\n\tadb logcat | ~/coloredlogcatpp.py -f Nyan -f Meow -f Hiss -f urr\n\nSome of the original logcat paramters remain. For example:\n\n\tadb logcat *:I | ~/coloredlogcatpp.py -f arfield\n\nWill show any \"Info\" messages (or higher) that contains the \"arfield\" string.\n\n# Future\n\nI hope to be able to implement more of the standard logcat parameters in upcoming iterations. Also, I'm pretty sure this only works on *nix machines, and haven't tried it on Cygwin.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjtorikian%2Fcoloredlogcatplusplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjtorikian%2Fcoloredlogcatplusplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjtorikian%2Fcoloredlogcatplusplus/lists"}