summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2021-11-18Handle grep output769-git-grep-rebaseDan Davison
2021-11-17Add the --right-arrow option.Wayne Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Handle `git blame` outputDan Davison
2021-10-26Delete unused blame CLIDan Davison
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-10-25Remember if stdout is to an interactive terminalThomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-18Width can be an offset from the terminal width (#727)Thomas Otto
2021-10-16Add inline-hint-style option and use for side-by-side wrap symbolsDan Davison
2021-10-16Add side-by-side line wrappingThomas Otto
2021-10-16StructOpt without DefaultThomas Otto
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-08-28Set a default blame paletteDan Davison
2021-08-28Handle blame outputDan Davison
2021-08-28Add default-language optionDan Davison
2021-08-21Refactor: use Option to model sometimes-null highlighter (#698)Dan Davison
2021-08-20Hold GitConfig in main Config structDan Davison
2021-08-20Refactoring for #693 (#696)Dan Davison
2021-08-20Make it possible to jump between files when navigate is active (#684)Dan Davison
2021-08-20Fix computed values to be computed after all set_options (#690)ulwlu
2021-06-09Add pager option for customizing pager without environment variables (#627)Kangwook Lee (이강욱)
2021-05-26Improve documentation of hyperlinks (#616)Dan Davison
2021-05-25Add hyperlinks-commit-link-format option (#614)Dan Davison
2021-05-24Support custom commit line regex when parsing git output (#558)Dan Davison
2021-04-24Add relative-paths optionDan Davison
2021-04-24Add --diff-stat-align-width to control alignment of relativized pathsDan Davison
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
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