pidcat
pidcat copied to clipboard
Colored logcat script which only shows log entries for a specific application package.
 I'm using `latest lubuntu 21.10, 5.13.0-28-generic, x86_64 GNU/Linux` also have been followed to install coreutils on README.md
I'm running on Bash 5.1.16 and have the `TERM` variables set appropriately: ``` $ env | grep TERM COLORTERM=truecolor TERM=xterm-256color ``` If I run pidcat with python3, I get output...
Now you can search for specific messages ``` % pidcat com.your.app -m HTTP okhttp.OkHttpClient I
Hey! First off, thank you for the great util, Jake. And all the other cool stuff you've built througout the years. I'm having an issue where `pidcat`, installed from `brew`,...
Added a check whether the terminal already uses UTF-8 encoding, if so, do not encode `linebuf` Before:  After: 
Moved main method to a `main` function and added a `setup.py` file to allow installation using pipx (e.g. `pipx install git+https://github.com/JakeWharton/pidcat.git`)
Fixed issue https://github.com/JakeWharton/pidcat/issues/182 which caused colour codes to be printed instead of text being coloured when run in Python 3.
Fixes: #9 All I've done is merge @marczych + @vickychijwani commit in PR #34 + PR #82 to the latest master. The timestamp part has been assigned a separate column...
Would it be possible to group repeated messages like in VSCode? pidcat:  VSCode: 