summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2021-04-21Add inline-hint-style option, do not use syntect styleswrap-inline-hint-style-1Dan Davison
2021-04-19wrap option namesThomas Otto
2021-04-19Add CLI for side-by-side line wrapping, and coalesce the two side-by-side fea...Dan Davison
2021-04-19Add side-by-side line wrapping modeThomas Otto
2021-03-29Add link to README themes documentation in --help textDan Davison
2021-03-28Edit --help textDan Davison
2021-03-27Remove unnecessary check in get_themes and clean up --show-themes cli docstringCatherine Noll
2021-03-27Update behavior of --show-themes to rely on the computed is_light_modeCatherine Noll
2021-03-27Define theme by presence of "dark" or "light" entries in git config,Catherine Noll
2021-03-20Apply themes to a hardcoded diffCatherine Noll
2021-03-20Skeleton for show-themes command line optionCatherine Noll
2021-01-08Create git_config moduleDan Davison
2021-01-07Fix --help output for hunk-header-styleDan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
2020-12-27Use special style attribute to control line-number in hunk-headerDan Davison
2020-12-27Revert "Interpret `line-numbers = false` in gitconfig as no line numbers at a...Dan Davison
2020-12-19Implement hunk-header-style 'file' attributeDan Davison
2020-12-17Support DELTA_FEATURES environment variableDan Davison
2020-12-05Expose line-buffer-size as a new option (#429)Dan Davison
2020-11-22Handle copied filesDan Davison
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-01Add test of keep-plus-minus-markers under inspect-raw-linesDan Davison
2020-10-30replace nonexistent option in `--help` output (#372)Kriss
2020-10-21Document that `less -r` flag is needed for hyperlinks to workDan Davison
2020-10-04Support DELTA_PAGER env varDan Davison
2020-08-20Interpret `line-numbers = false` in gitconfig as no line numbers at all (#296)Dan Davison
2020-08-15RearrangeDan Davison
2020-08-14Truncate long lines (#290)Dan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-30Move hyperlinks help text sectionDan Davison
2020-07-30Honor width option in git_configryuta69
2020-07-22Fix help textDan Davison
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-22Read git config entries at start-upDan Davison
2020-07-15Fix programmatic construction of option/flag namesDan Davison
2020-07-15Document 'omit' style attributeDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison
2020-07-09Improve help text for line-number format stringsDan Davison
2020-07-09Apply rewrite rules earlierDan Davison
2020-07-07Refactor: parse line-numbers format strings earlyDan Davison
2020-07-04Remove mention of 'underoverline' from help textDan Davison
2020-07-01s/if/iff/Dan Davison
2020-07-01Remove space in default line number format string0.2.0Dan Davison
2020-07-01Edit/reorder help textDan Davison
2020-06-30Activate paging for --show-syntax-themesDan Davison
2020-06-30Add more computed values to options structDan Davison
2020-06-30Set the light/dark/theme option values earlyDan Davison