Skip to content

pt2121/rats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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