pidcat icon indicating copy to clipboard operation
pidcat copied to clipboard

Support of filtering by regex

Open AlexKorovyansky opened this issue 10 years ago • 2 comments

Please implement flag for filtering of logs by regex, like in Android Studio.

pidcat com.oprah.bees.android -f <regex-string>

Cheers!

AlexKorovyansky avatar Mar 12 '14 10:03 AlexKorovyansky

pidcat com.oprah.bees.android | grep -E <regex-string>

and you are golden.

inteist avatar Aug 29 '15 22:08 inteist

@inteist that will filter out the colors, also it gives some issue in some env like cygwin

frmz avatar Mar 11 '16 08:03 frmz