index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
bat
/
output.rs
Age
Commit message (
Expand
)
Author
2025-07-15
Fix clippy errors (#2016)
Justin Su
2024-11-15
Rename poorly-named variables (#1904)
Dan Davison
2024-11-14
Honor pager path when checking less version (#1903)
Dan Davison
2024-11-05
Add optional capture-output writer to run_app()
Thomas Otto
2024-08-01
Make drop impl of OutputType more prominent
Thomas Otto
2024-08-01
OutputType: PagerCfg and oneshot_write
Thomas Otto
2024-07-17
Make less version >= 633 behave like previous versions wrt. Nerd Fonts
Thomas Otto
2023-07-29
Fix issue where pager would be set to `more` or `most` (#1494)
ippsav
2023-04-26
Replace deprecated `error_chain` crate with `anyhow` (#1405)
nickelc
2023-03-10
Derive the default for enums with `#[derive(Default)]`/`#[default]` (#1341)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2021-11-22
Navigate regexp (#782)
Wayne Davison
2021-11-15
Refactor: utils module
Dan Davison