summaryrefslogtreecommitdiffstats
path: root/src/utils
AgeCommit message (Expand)Author
2021-12-09Query fewer processes when searching for the parentprocsThomas Otto
2021-12-07Disable last-resort process tree inspectionDan Davison
2021-12-07Fixed some test clippysThomas Otto
2021-12-04Silence warningDan Davison
2021-12-02Fix new v1.57 clippy warnings0.10.3Thomas Otto
2021-11-29Do not handle --word-diff or --color-words outputDan Davison
2021-11-29Refactor: parse command lineDan Davison
2021-11-29Test sibling process detectionThomas Otto
2021-11-29Match process binary case insensitivelyThomas Otto
2021-11-29Clean up FakeParentArgsThomas Otto
2021-11-24Do not recognize grep tools whose output we cannot currently parseDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Syntax-highlight `git show $revision:./path/to/file.ext` outputDan Davison
2021-11-22Handle grep outputDan Davison
2021-11-22Obtain parent git grep command line optionsDan Davison
2021-11-21Support named colors (#786)Dan Davison
2021-11-21Enable faking `extract_args()` parameters from process utils (#783)Thomas Otto
2021-11-18Add ProcessInterfaceThomas Otto
2021-11-18Make process utils more genericThomas Otto
2021-11-15Refactor: utils moduleDan Davison