summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
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
2020-07-02Hide alias in help, update man and completionsDash Peters
2020-07-01Change to name no-paging, add long flag and aliasDash Peters
2020-06-30Add short flag for --paging=neverDash Peters
2020-06-03Remove explicit type annotationsharkdp
2020-06-03Prevent allocation of additional Stringssharkdp
2020-06-03Use 'or_insert_with'sharkdp
2020-06-03Use 'if let' instead of 'match'sharkdp
2020-06-03Incorporating feedbackAlex Novak
2020-06-03Adds a little logic to main to get other mappings from configAlex Novak
2020-05-29Replace Input::stdin_as_file with bat-application functionsEthan P
2020-05-29Remove unused with_name for theme preview fileEthan P
2020-05-29Remove Input.as_file and add Input::stdin_as_fileEthan P
2020-05-29Fix regression with --list-themes and --languageEthan P
2020-05-29Refactor InputDescription API into Input APIEthan P
2020-05-29[breaking] Remove special handling for theme previewsEthan P
2020-05-28Add support for NO_COLOR env var (#1021)Ethan P
2020-05-15Allow application to be built without git supportEthan P
2020-04-25Write error messages to pager, if attachedsharkdp
2020-04-24Add '-d' for '--diff'sharkdp
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24Use unreachable!(…)sharkdp
2020-04-24Fix some clippy lintsLzu Tao
2020-04-24Implementation of 'bat --diff'sharkdp