pidcat icon indicating copy to clipboard operation
pidcat copied to clipboard

Colored logcat script which only shows log entries for a specific application package.

Results 69 pidcat issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/6529730/154875675-c397b984-035d-4468-9c63-bdf577a0e75f.png) 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: ![image](https://github.com/JakeWharton/pidcat/assets/87614587/caa706c8-a61d-421d-b392-d2d0684a4f22) After: ![image](https://github.com/JakeWharton/pidcat/assets/87614587/dbf7a43a-5a3e-492f-93db-089c119ef951)

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: ![pidcat](https://user-images.githubusercontent.com/612578/212157483-2b193fcf-ff7f-496e-a4f0-5c08a78523e2.jpg) VSCode: ![vscode)](https://user-images.githubusercontent.com/612578/212157540-32f3f029-51e5-4459-9648-e5729452c24f.jpg)