summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
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
2020-06-30Call preprocessDan Davison
2020-06-30Pass HighlightingAssetsDan Davison
2020-06-30Trivial changesDan Davison
2020-06-30Refactor: options moduleDan Davison
2020-06-28Reinstate color-only as a feature that extends rawDan Davison
2020-06-28Make --raw use default git colors for hunk linesDan Davison
2020-06-28Rename option: color-only => rawDan Davison
2020-06-27Edit help textDan Davison
2020-06-27Runtime assertion that all options are handledDan Davison
2020-06-27Rename --list-*, --show-* commandsDan Davison
2020-06-26New command --show-stylesDan Davison