rustycat-android 0.2.0

A colorful Android logcat viewer with package filtering
rustycat-android-0.2.0 is not a library.
rcat "com.example.app.*"

About

RustyCat is a modern Android logcat viewer written in Rust that makes debugging Android applications more pleasant with colored output and smart formatting.

Features

  • ๐ŸŽจ Colored log levels (Debug, Info, Warning, Error, Verbose, Fatal)
  • ๐Ÿท๏ธ Smart tag coloring with 12 distinct colors
  • โฐ Precise timestamps with millisecond precision
  • ๐Ÿ“ฑ Package filtering support (e.g., com.example.app or com.example.*)
  • ๐Ÿ“ Intelligent tag display (shows tags only when they change)
  • ๐Ÿ“Š Clean formatting with proper padding and alignment
  • ๐Ÿ”„ Multi-line log support with proper indentation
  • โŒจ๏ธ Interactive mode (press 'q' to quit)
  • ๐Ÿงน Automatic logcat buffer clearing on start

Installation

cargo install rustycat-android

Usage

rcat

Filter by package name:

rcat com.example.app

Filter with wildcard:

rcat "com.example.*"

Hide timestamps:

rcat --no-timestamp
# or
rcat -t

Acknowledgments

Built with โค๏ธ using Rust

Inspired by traditional logcat viewers like pidcat