An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### rats :rat::rat:

[![Github Actions](https://github.com/pt2121/rats/workflows/Main/badge.svg)](https://github.com/pt2121/rats/actions) [![codecov](https://codecov.io/gh/pt2121/rats/branch/master/graph/badge.svg)](https://codecov.io/gh/pt2121/rats) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](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
```

![screenshot](assets/screenshot.png)

#### [LICENSE](LICENSE)