summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2020-11-23Use unreachable!(…)sharkdp
2020-11-23remove all matchesMarcoIeni
2020-11-23remove unuseful matches expressionMarcoIeni
2020-11-23fix some clippy warningsMarcoIeni
2020-11-23Add io cycle detection with clircleNiklas Mohrin
2020-10-31Merge pull request #1276 from tommilligan/style-ruleEthan P
style: add component 'rule' for horizontal file delimiter
2020-10-30Use platform based path concatenationNicholas L
2020-10-30Add extra themes help to outputNicholas L
2020-10-29Throws an error when `bat` is being user as pager.Adrian Rivera
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.
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-08Code review: replace `if let` with equals operatorgahag
2020-10-08Code reviewgahag
- Replace bools with enums - Replace short flag with long flag
2020-10-08Add `-S` flag to less when `--wrap=never` (closes #1255)gahag
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.
2020-10-04add an after help NOTEhenil
2020-10-01Simplify codesharkdp
2020-10-01Remove .unwrap() in insert call to prevent crashessharkdp
2020-10-01Remove .unwrap() to prevent crashessharkdp
2020-10-01Remove non-working unit testsharkdp
2020-10-01Support XDG_CONFIG_HOME git config filesAhmed El Gabri
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 ↵Alexander Karlis
triggered
2020-09-14Added new alias for 'decoration=always'Alexander Karlis
2020-09-14Adds custom mapping for nginx and apache config filesNiklas Mohrin
2020-08-12Fix TypoKienyew
2020-08-03Add new theme: base16-256Mitchell Kember
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
2020-07-25Update --help text for --colorsharkdp
2020-07-09Switch to "·" (U+00B7) Middle Dot from "•" (U+2022) BulletDash Peters
2020-07-09Update generated config to reflect pager argument behaviourAttila Gonda
2020-07-02Hide alias in help, update man and completionsDash Peters
A long alias doesn't make sense, since `--paging=never` already exists
2020-07-02Merge remote-tracking branch 'sharkdp/master'Dash Peters
2020-07-02Merge pull request #1066 from gsomix/feature/1061-show-all-redirectedDavid Peter
Enable non-printable characters for redirected output
2020-07-02Enable non-printable chars for redirected output (#1061)Evgeniy Andreev (gsomix)
2020-07-01Change to name no-paging, add long flag and aliasDash Peters
2020-06-30Add short flag for --paging=neverDash Peters
2020-06-26Defaults *.fs to F#Caio Alonso
2020-06-21Highlight pacman hooks as iniGuido Cella