Commit Graph

579 Commits (9385c81882cefbca714f1b8431631a8ac6784200)

Author SHA1 Message Date
sharkdp 1fbdef06aa Use unreachable!(…) 4 years ago
MarcoIeni f5531cc7fa remove all matches 4 years ago
MarcoIeni 2ccff145ed remove unuseful matches expression 4 years ago
MarcoIeni 43b2ee5e71 fix some clippy warnings 4 years ago
Niklas Mohrin 31793cfa62 Add io cycle detection with clircle 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
Adrian Rivera 9837948c3a Throws an error when `bat` is being user as pager.
As mentioned on #1334 `bat` should not be used as a value for `pager`,
this change checks both the balue of `bat` provided as a parameter or
as an environment variable.
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
gahag 6615eceb18 Code review: replace `if let` with equals operator 4 years ago
gahag 53f5a37f01 Code review
- Replace bools with enums
- Replace short flag with long flag
4 years ago
gahag bbef2f41ec Add `-S` flag to less when `--wrap=never` (closes #1255)
Prevent less from wrapping lines by setting the proper flag when `--wrap=never`.
If the user set a custom value for `--pager`, no additional flag is set.
4 years ago
henil 8ff890635f add an after help NOTE 4 years ago
sharkdp 30993a8bfc Simplify code 4 years ago
sharkdp 2258fb2713 Remove .unwrap() in insert call to prevent crashes 4 years ago
sharkdp a46191b8bf Remove .unwrap() to prevent crashes 4 years ago
sharkdp 9c4c3e965b Remove non-working unit test 4 years ago
Ahmed El Gabri 31acbe20d3 Support XDG_CONFIG_HOME git config files 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
Niklas Mohrin ad18f070ae Adds custom mapping for nginx and apache config files 4 years ago
Kienyew cab5ddf6ae Fix Typo 4 years ago
Mitchell Kember f9d5e81f0e Add new theme: base16-256
Bat already has a base16 theme. The new base16-256 theme is for users
of base16-shell, who configure their terminal with a 256-color variant
of a base16 theme. These variants put some of the base16 colors in
elsewhere in the 256-color table to avoid clobbering bright color slots
(ansi codes 8 to 15) with colors that don't respect the ordinary meaning
of that slot (e.g. bright green in ordinary base16 is not green).

For more details, see https://github.com/chriskempson/base16-shell
4 years ago
sharkdp 2b3457e8d6 Update --help text for --color 4 years ago
Dash Peters 99819087f1 Switch to "·" (U+00B7) Middle Dot from "•" (U+2022) Bullet 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 f53ea60ed4 Merge remote-tracking branch 'sharkdp/master' 4 years ago
David Peter 3a62e3d188
Merge pull request #1066 from gsomix/feature/1061-show-all-redirected
Enable non-printable characters for redirected output
4 years ago
Evgeniy Andreev (gsomix) 3c5ce9f86c Enable non-printable chars for redirected output (#1061) 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
Caio Alonso fc121f0c87 Defaults *.fs to F# 4 years ago
Guido Cella 44deddbbfe Highlight pacman hooks as ini 4 years ago