summaryrefslogtreecommitdiff
path: root/src/utils/bat
AgeCommit message (Expand)Author
2025-07-15Fix clippy errors (#2016)Justin Su
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-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
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
2023-07-29Fix issue where pager would be set to `more` or `most` (#1494)ippsav
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-02-28Fix clippy warnings (#1298)nickelc
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-15Refactor: utils moduleDan Davison