summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2021-07-12Use resolved path for --diagnostic as wellDavid Peter
2021-03-17Include LESS in --diagnosticMartin Nordholts
2021-03-07Improve readabilityAleksey Kladov
2021-02-28Do not ignore non-existent BAT_CONFIG_PATHDavid Peter
2021-02-16Fix clippy suggestionDavid Peter
2021-02-16Use less binary specified in bat config for --diagnosticEthan P
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
2021-01-10Improve --map-syntax documentation, see #1386sharkdp
2021-01-09--diagnostic: add MANPAGER environment variablesharkdp
2021-01-09Fix clippy suggestion: .or_else(|| Some(…)) => .or(Some(…))sharkdp
2021-01-09fix bug where long lines were truncated in plain mode without wrap=never not ...mark chaitin
2021-01-08Fix theme dir hint in --list-themes outputCsaba Henk
2021-01-06Add --diagnostics aliassharkdp
2021-01-06Update to bugreport 0.3.0sharkdp
2021-01-06Exhaustive list of relevant environment variablessharkdp
2021-01-06Add config file, compile time info and less versionsharkdp
2021-01-06Add --diagnostic option to batsharkdp
2020-12-28bat --list-languages: remove unnecessary format!() callMartin Nordholts
2020-12-28Introduce bat_warning! helper macroMartin Nordholts
2020-12-28Fix clippy::if_same_then_else warning in --paging=auto logicMartin Nordholts
2020-12-21make bat -L use plain styleStefan Kunkel
2020-12-21make bat -L use pagerStefan Kunkel
2020-12-17only print themes hint in interactive modersteube
2020-11-23Use unreachable!(…)sharkdp
2020-11-23remove unuseful matches expressionMarcoIeni
2020-11-23fix some clippy warningsMarcoIeni
2020-10-31Merge pull request #1276 from tommilligan/style-ruleEthan P
2020-10-30Use platform based path concatenationNicholas L
2020-10-30Add extra themes help to outputNicholas L
2020-10-12disable rule when grid enabled, and print warningTom Milligan
2020-10-12style: add component 'rule' for horizontal file delimiterTom Milligan
2020-10-11Auto-format Rust codesharkdp
2020-10-04add an after help NOTEhenil
2020-09-20Improve --style help text, closes #1146sharkdp
2020-09-20Code formattingsharkdp
2020-09-20Improve --file-name help text, closes #1109sharkdp
2020-09-20Fix unwrap errorsharkdp
2020-09-20Use unwrapKienyew
2020-09-20Handle file extension conflicts in --list-languagesKienyew
2020-09-20Revert to previous commitKienyew
2020-09-20Fix undesired behaviorKienyew
2020-09-20Handle file extension conflicts in --list-languages (#1076)Kienyew
2020-09-14Remove unnecessary parenthesissharkdp
2020-09-14removed printlns, updated Changelog, updated manAlexander Karlis
2020-09-14updated PR based on commentsAlexander Karlis
2020-09-14remove printlnAlexander Karlis
2020-09-14added additional alias for color=always when always-decorations flag is trigg...Alexander Karlis
2020-09-14Added new alias for 'decoration=always'Alexander Karlis
2020-07-25Update --help text for --colorsharkdp
2020-07-09Update generated config to reflect pager argument behaviourAttila Gonda