summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-05Add cycle detection with clircle, now v0.2Niklas Mohrin
2020-12-30Also replace 'more' from PAGER with 'less'Martin Nordholts
2020-12-30When PAGER=most, don't print a warning to stderr, silently use less insteadMartin Nordholts
2020-12-28Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2020-12-28Simplify and polish pager.rs and related codeMartin Nordholts
2020-12-28bat cache --build: Print syntect error message for themes if anyMartin Nordholts
2020-12-28Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
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-21Add ansi theme to replace ansi-light and ansi-darkMitchell Kember
2020-12-21Remove repeated `contains` callsLovecraftian Horror
2020-12-21make bat -L use plain styleStefan Kunkel
2020-12-21make bat -L use pagerStefan Kunkel
2020-12-21Merge branch 'master' into fix-1438-newline-can-be-added-even-if-style-plainDavid Peter
2020-12-19Don't add artificial newline to last line if --style=plainMartin Nordholts
2020-12-19replace_nonprintable: Keep \n aroundMartin Nordholts
2020-12-17only print themes hint in interactive modersteube
2020-11-27Ignore PAGER=most by default with a warning to stderrMartin Nordholts
2020-11-27Add Pager helper with info about where the value comes fromMartin Nordholts
2020-11-24Revert "Add io cycle detection with clircle"sharkdp
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
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
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
2020-10-08Add `-S` flag to less when `--wrap=never` (closes #1255)gahag
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