| Crates.io | rustycat-android |
| lib.rs | rustycat-android |
| version | 0.2.0 |
| created_at | 2025-02-03 20:24:39.34515+00 |
| updated_at | 2025-02-05 18:53:11.001717+00 |
| description | A colorful Android logcat viewer with package filtering |
| homepage | https://github.com/cesarferreira/rustycat |
| repository | https://github.com/cesarferreira/rustycat |
| max_upload_size | |
| id | 1540997 |
| size | 662,225 |
rcat "com.example.app.*"
RustyCat is a modern Android logcat viewer written in Rust that makes debugging Android applications more pleasant with colored output and smart formatting.
cargo install rustycat-android
rcat
Filter by package name:
rcat com.example.app
Filter with wildcard:
rcat "com.example.*"
Hide timestamps:
rcat --no-timestamp
# or
rcat -t
Built with β€οΈ using Rust
Inspired by traditional logcat viewers like pidcat