summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-08-16Support configurable timestamps in git blame output (#1157)mliszcz
2022-06-25Fix documentation of DELTA_FEATURESDan Davison
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-21Fix typo in --help textDan Davison
2022-03-14Tweak wrap-max-lines documentationDan Davison
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-02-15Clarify language: "in front of" → "before" (#967)Waldir Pimenta
2022-01-21Show blame line numbers via blame-separator-formatThomas Otto
2022-01-19clap: Use term_width(0) instead of term_width(usize::MAX)Dan Davison
2022-01-19Prevent clap from switching to multiline format for short helpDan Davison
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-17Slight improvement on long cosmetic arg name in help outputDan Davison
2022-01-17More minimizing of cosmetic argument names in help outputDan Davison
2022-01-16Add a note about `delta -h` to the long help outputDan Davison
2022-01-16Sort options in --help outputDan Davison
2022-01-16Add clap cosmetic argument namesDan Davison
2022-01-16Drop deprecated options (#914)Dan Davison
2022-01-15structopt to clap (#889)Dan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2021-12-28blame-separator and blame-separator-style optionsDan Davison
2021-12-24Remove space from blame-formatDan Davison
2021-12-24New option blame-code-styleDan Davison
2021-12-15Update --help textDan Davison
2021-12-14Don't take syntax-theme from env var during testsDan Davison
2021-12-12DELTA_FEATURES appends iff prefixed with +Dan Davison
2021-12-09Fix documentation of --width optionDan Davison
2021-12-05Display merge conflictsDan Davison
2021-11-23Add --parse-ansi commandDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-22Show colors subcommandDan Davison
2021-11-22Handle grep outputDan Davison
2021-11-21Support named colors (#786)Dan Davison
2021-11-21Allow styles to be specified as references to other stylesDan 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