summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)Author
2025-07-15Fix clippy errors (#2016)Justin Su
2025-01-09clippy 1.84 fixThomas Otto
2024-11-28Support external subcommands: rg, diff, git-show (etc.) (#1769)Thomas Otto
2024-11-15Rename poorly-named variables (#1904)Dan Davison
2024-11-14Honor pager path when checking less version (#1903)Dan Davison
2024-11-05Add optional capture-output writer to run_app()Thomas Otto
2024-09-22Improve blame file type detection (#1829)dvermd
2024-09-15Do not double panic in FakeParentArgs::dropdvermd
2024-09-06Fix clippy warnings (#1851)Tau Gärtli
2024-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
2024-08-01Fix build for rust 1.80Thomas Otto
2024-08-01Add wrap function for --help outputThomas Otto
2024-08-01Make drop impl of OutputType more prominentThomas Otto
2024-08-01OutputType: PagerCfg and oneshot_writeThomas Otto
2024-07-17Make less version >= 633 behave like previous versions wrt. Nerd FontsThomas Otto
2024-07-09Make relativize_path_maybe directly update the path argumentThomas Otto
2024-05-04clippy (#1686)Dan Davison
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2023-07-29Fix issue where pager would be set to `more` or `most` (#1494)ippsav
2023-05-31Misc tab refactoring (#1424)Thomas Otto
2023-04-26Replace deprecated `error_chain` crate with `anyhow` (#1405)nickelc
2023-03-10Derive the default for enums with `#[derive(Default)]`/`#[default]` (#1341)nickelc
2023-03-05Update dependencies & switch back to the `dirs` crate (#1325)nickelc
2023-03-03Spelling (#1257)Josh Soref
2023-02-28Fix clippy warnings (#1298)nickelc
2022-11-13Fix clippy warnings (#1236)clnoll
2022-10-11Add terminal width fallback via stty if on Windows/MSYS2Thomas Otto
2022-10-11Fix clippy warnings after rust 1.64 upgradeThomas Otto
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)Dan 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