Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-13 | Add -n,--noself option | Aaron 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-13 | Initial commit of first working version | Aaron 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. |