Replies: 1 comment 1 reply
|
Piping through |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Awesome program!
Sometimes rather than just including a list of filterid's, one may want to alternatively exclude a list of filterid's -- for example when trying to discover an elusive device. Of course, I can pipe the output onto 'grep -v' to create my own filter, but it would be nice to have as a built in option.
Say -filteridskip=: skip messages matching an id in a comma-separated list of ids.
It may similarly be nice to have similar complements for -filtertype and -msgtype
Seems like this would be pretty trivial to code...
Just an idea...
Jeff
All reactions