summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-13Add example usage to READMEHEADmasterAaron Ball
2022-10-13Add -n,--noself optionAaron Ball
This will filter out the pid of the current `psre` process to avoid needed to do something like `grep -v` when doing things like bulk killing processes (which wouldn't work anyways if no cmdline is printed, which is default).
2022-10-13Initial commit of first working versionAaron Ball
This supports the -c,--cmdline option as well as extended regexes (hardcoded to case sensitive at this time). A help text is included with a README and this is licensed under the GPLv3 license.

Generated by cgit