pt2121 / rats

yet another colored logcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rats 🐀🐀

Github Actions codecov Software License

Another colored logcat inspired by pidcat and logcat-color and written in Rust.

Usage

adb logcat | rats

or

adb logcat -v brief | rats
❯ rats -h
rats 0.1
pt2121@users.noreply.github.com

USAGE:
    rats [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --level <V,D,I,W,E,F,v,d,i,w,e,f>    Minimum level to be displayed
    -p, --package <applicationId>...         Application package name(s)
    -t, --tag <TAG>...                       Filter output by specified tag(s)
    -w, --tag-width <WIDTH>                  Width of log tag

screenshot

LICENSE

About

yet another colored logcat

License:MIT License


Languages

Language:Rust 100.0%