https://github.com/pt2121/rats
yet another colored logcat
https://github.com/pt2121/rats
android-development android-tools logcat rust
Last synced: 5 days ago
JSON representation
yet another colored logcat
- Host: GitHub
- URL: https://github.com/pt2121/rats
- Owner: pt2121
- License: mit
- Created: 2020-05-21T05:15:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T22:15:19.000Z (about 5 years ago)
- Last Synced: 2025-10-06T17:46:48.407Z (7 months ago)
- Topics: android-development, android-tools, logcat, rust
- Language: Rust
- Homepage:
- Size: 573 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### rats :rat::rat:
[](https://github.com/pt2121/rats/actions) [](https://codecov.io/gh/pt2121/rats) [](LICENSE)
Another colored logcat inspired by [pidcat](https://github.com/JakeWharton/pidcat/) and [logcat-color](https://github.com/marshall/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 Minimum level to be displayed
-p, --package ... Application package name(s)
-t, --tag ... Filter output by specified tag(s)
-w, --tag-width Width of log tag
```

#### [LICENSE](LICENSE)