Commit Graph
20 Commits
Author SHA1 Message Date
Carlos MartinoandGitHub 42ce0fa6d9 Update README.md 2026-07-21 11:12:18 -04:00
Carlos MartinoandGitHub 00ea296f56 Update README.md 2026-07-21 11:12:03 -04:00
imcarlost da1245bbef Update readme 2026-07-20 11:47:36 -04:00
imcarlost 80fd6ba760 Bump version to 2.4.0
Fix click-to-line behavior in the interactive UI (no-op without a filter,
correct row math when the log hasn't filled the screen) and add a hover
highlight, a persistent pin on the clicked line, and always-visible process
create/death separators so filtered runs stay distinguishable.
2026-07-20 11:44:13 -04:00
imcarlost 8cdee851fa Update readme 2026-07-20 09:48:08 -04:00
imcarlost f365772bff Bump version to 2.2.0 2026-07-20 09:43:26 -04:00
imcarlost 468f625df4 Add interactive filter UI and finish the Python 3 port
Logs now render in a full-screen view above a bottom prompt line when both
stdin and stdout are a terminal; typing live-filters the scrollback to lines
containing every typed word, case-insensitively. --plain restores the
previous streaming output, and piped usage is unaffected either way.

Also finishes the Python 3 port that #177 and #173 started:

- print(linebuf.encode('utf-8')) printed the bytes repr of every line instead
  of the line itself
- named_processes was still a lazily-exhausted map() object after #177
  wrapped catchall_package in list()
- piping adb logcat into pidcat crashed, since FakeStdinProcess read
  sys.stdin (str) where the rest of the script expected bytes
- indent_wrap could hang given a non-positive wrap area
- the shebang invoked python, which does not exist on systems that only ship
  python3
2026-07-20 09:23:55 -04:00
Harsh Shandilya f82c052229 Mention coreutils 8.30 requirement and upgrade path in README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-07-17 19:57:23 +05:30
Pedro VelosoandGitHub a15a9b1b7d Update README.md
Add Arch Linux easy to install instructions
2017-06-04 19:12:02 +01:00
Daniel Gomez RicoandJake Wharton 5d2df02af8 Help users to avoid errors installing it. (#126)
* Help users to avoid errors installing it.

Just a description that paths should be absolute and not relative.

* Remove link to issue.
2016-04-12 23:21:18 -04:00
Jean-Michel Fayard ef7d544fe2 correct markdown syntax 2015-04-24 16:26:39 +02:00
Jean-Michel Fayard cd4df5ad67 Trick: brew can build pidcat from latest git commit
This is what I used to get pidcat working on Android 5.1 / Nexus 4
2015-04-24 11:31:02 +02:00
Danny Fürniß 7ecc256e66 Updated text pointing to path to adb in readme 2014-03-13 07:47:18 +01:00
Danny Fürniß 968dac082c Fixed adb path hint in readme 2014-03-13 07:45:54 +01:00
Vishnu Rajeevan 767da21162 Add path inclusion instructions 2014-03-12 11:51:27 -04:00
Jake Wharton a2209ae303 Mention that adb on the path is required. 2014-03-11 22:45:41 -07:00
Jake Wharton 99f94e3552 Homebrew! 2014-03-11 20:21:19 -07:00
Jake Wharton 49072c7c6d Spelling. 2013-06-11 23:30:21 -07:00
Jake Wharton d1689e4ebf Different example. 2013-06-11 23:17:08 -07:00
Jake Wharton b5326a1cd5 Initial import. 2013-06-11 22:59:50 -07:00