summaryrefslogtreecommitdiffstats
path: root/src/utils
AgeCommit message (Expand)Author
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-08-07Fix typos (#1151)Kian-Meng Ang
2022-07-02Don't attempt to process ANSI sequences in non-UTF8 inputDan Davison
2022-06-22Allow to run tests using "cargo t"Björn Steinbrink
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-01Disable full process scans on LinuxThomas Otto
2022-03-01Also look at grandparent process when determining the callerThomas Otto
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-01-25Use sysinfo::Pid as less as possibleGuillaume Gomez
2022-01-25Update sysinfo version to 0.23Guillaume Gomez
2022-01-18Cwd fixups (#918)Dan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-13Fix new 1.58 clippy lintsThomas Otto
2022-01-06New option file-transformation to transform file pathsDan Davison
2022-01-03Cache parent process when testing unless FakeParentArgs are usedThomas Otto
2022-01-03The calling process must have a common parent with deltaThomas Otto
2022-01-03Move parent process query into a threadThomas Otto
2022-01-03Re-enable full process scans on LinuxThomas Otto
2022-01-03Disable /proc fd caching on Linux when querying processesThomas Otto
2021-12-11Do not query CPU data when querying process data (#845)Dan Davison
2021-12-11Query fewer processes when searching for the parentThomas 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