Commit Graph

117 Commits (cc7b89faf822d773a5ec74f3c80320ff06863af8)

Author SHA1 Message Date
rsteube 84b0702399 only print themes hint in interactive mode 4 years ago
sharkdp 1fbdef06aa Use unreachable!(…) 4 years ago
MarcoIeni 2ccff145ed remove unuseful matches expression 4 years ago
MarcoIeni 43b2ee5e71 fix some clippy warnings 4 years ago
Ethan P 61f947a580
Merge pull request #1276 from tommilligan/style-rule
style: add component 'rule' for horizontal file delimiter
4 years ago
Nicholas L 8e8131590c Use platform based path concatenation 4 years ago
Nicholas L 3acfe790b9 Add extra themes help to output 4 years ago
Tom Milligan 3015ebfba1
disable rule when grid enabled, and print warning 4 years ago
Tom Milligan aa4000cb0d
style: add component 'rule' for horizontal file delimiter 4 years ago
sharkdp b3903175c8 Auto-format Rust code 4 years ago
henil 8ff890635f add an after help NOTE 4 years ago
sharkdp 32d22f464d Improve --style help text, closes #1146 4 years ago
sharkdp 71b2089384 Code formatting 4 years ago
sharkdp 57aa88a13a Improve --file-name help text, closes #1109 4 years ago
sharkdp f84aceec3d Fix unwrap error 4 years ago
Kienyew 83c7750656 Use unwrap 4 years ago
Kienyew c477e23fe9 Handle file extension conflicts in --list-languages 4 years ago
Kienyew 31fb7087f1 Revert to previous commit 4 years ago
Kienyew 52d6701f8f Fix undesired behavior 4 years ago
Kienyew f97634011e Handle file extension conflicts in --list-languages (#1076) 4 years ago
sharkdp 5df449bcf3 Remove unnecessary parenthesis 4 years ago
Alexander Karlis 6017989c4c removed printlns, updated Changelog, updated man 4 years ago
Alexander Karlis d349974089 updated PR based on comments 4 years ago
Alexander Karlis ccdea6a429 remove println 4 years ago
Alexander Karlis fdf11326ef added additional alias for color=always when always-decorations flag is triggered 4 years ago
Alexander Karlis 565a80305c Added new alias for 'decoration=always' 4 years ago
sharkdp 2b3457e8d6 Update --help text for --color 4 years ago
Attila Gonda a0b89a68d9 Update generated config to reflect pager argument behaviour 4 years ago
Dash Peters c264f74771 Hide alias in help, update man and completions
A long alias doesn't make sense, since `--paging=never` already exists
4 years ago
Dash Peters 5fdeeabb44 Change to name no-paging, add long flag and alias 4 years ago
Dash Peters 2575aae945 Add short flag for --paging=never 4 years ago
sharkdp 19aa878a08 Remove explicit type annotation 4 years ago
sharkdp 9f52012443 Prevent allocation of additional Strings 4 years ago
sharkdp e57e9b6dbb Use 'or_insert_with' 4 years ago
sharkdp ec2722d465 Use 'if let' instead of 'match' 4 years ago
Alex Novak 9e2ea5fdd4 Incorporating feedback 4 years ago
Alex Novak 48b4a6a906 Adds a little logic to main to get other mappings from config 4 years ago
Ethan P 9d08c0102e Replace Input::stdin_as_file with bat-application functions 4 years ago
Ethan P a3357547ea Remove unused with_name for theme preview file 4 years ago
Ethan P 7a9decad70 Remove Input.as_file and add Input::stdin_as_file 4 years ago
Ethan P 589c94aa93 Fix regression with --list-themes and --language 4 years ago
Ethan P 798b742617 Refactor InputDescription API into Input API 4 years ago
Ethan P 0319149b4d [breaking] Remove special handling for theme previews 4 years ago
Ethan P 8b481dd41f Add support for NO_COLOR env var (#1021) 4 years ago
Ethan P 887e61a99d
Allow application to be built without git support
Caveats:
The help descriptions aren't changed with you remove the "git" feature.
4 years ago
sharkdp 48a7ce3bf2 Write error messages to pager, if attached
closes #946
4 years ago
sharkdp 989109145a Add '-d' for '--diff' 4 years ago
sharkdp 8e18786556 Run 'cargo fmt' 4 years ago
sharkdp 81488adf8b Use unreachable!(…) 4 years ago
Lzu Tao e37e9c1214 Fix some clippy lints
Some might actually improve perf
4 years ago