summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-08-28Modifying changing config for efficiencyms2300
2018-08-28#213 : output hello world for each theme when --list-theme is flaggedms2300
2018-08-27#212 : added -p as an alias for --style=plainms2300
2018-08-23Always call the syntax highlightersharkdp
2018-08-23Add simple loop-through modesharkdp
2018-08-23Split into Controller and Printersharkdp
2018-08-23Refactoring, introduce Printer traitsharkdp
2018-08-22Document Config structsharkdp
2018-08-22Document Config structsharkdp
2018-08-22Major refactoring and cleanupsharkdp
2018-08-22Re-order options in help textssharkdp
2018-08-22Update the `--help` textsharkdp
2018-08-22doc: mention BAT_THEME in help outputTim Sampson
2018-08-20Load customized themes in addition to defaultssharkdp
2018-08-20Add new '--blank' option for 'bat cache --init'sharkdp
2018-08-20Clean up help messagessharkdp
2018-08-19Extract grid and line-number color from themev0.5.0sharkdp
2018-08-19Separate syntax set and theme setsharkdp
2018-08-18Revert "replace trait object BufRead by generic"sharkdp
2018-08-18Avoid floating point arithmetic in RGB→8-bit ANSI approximationMichal Nazarewicz
2018-08-18Update dependenciessharkdp
2018-08-18Use BAT_PAGER and PAGER environment variables, closes #158sharkdp
2018-08-18Run 'cargo fmt'sharkdp
2018-08-18replace trait object BufRead by genericTA Thanh Dinh
2018-07-23Always show a warning when theme is unknownsharkdp
2018-07-23Use map instead of and_then(..Some(..))sharkdp
2018-07-23Small style fixsharkdp
2018-07-23Allow specifying the theme via the `BAT_THEME` environment variableArmando Perez
2018-07-18Style changessharkdp
2018-07-18Improve logic for SGR sequence passthrougheth-p
2018-07-18Fix #182eth-p
2018-07-06typoStéphane Campinas
2018-06-12Change help text for --line-rangesharkdp
2018-06-12Run 'cargo fmt'sharkdp
2018-06-12updateTaylor
2018-06-12use map()Taylor Skinner
2018-06-12update line-rangesTaylor Skinner
2018-06-12add line-rangeTaylor Skinner
2018-05-31Fix clippy warningssharkdp
2018-05-25Handle syntax-set loading errorssharkdp
2018-05-25Using slice notation instead of as_refTA Thanh Dinh
2018-05-24Explicitly specify which args override themselvessharkdp
2018-05-24Allow arguments to override themselvessharkdp
2018-05-24Remove unnecessary space if there are no decorationsEzinwa Okpoechi
2018-05-24Justify header when there are decorations but no gridEzinwa Okpoechi
2018-05-24Print themes directory in error message if no themes could be loaded from it.Gert Hulselmans
2018-05-22Fix launching of pager so text is interpreted as UTF-8 by default.Gert Hulselmans
2018-05-21Move asset clearing to assets moduleEzinwa Okpoechi
2018-05-21Extract features to separate moduleEzinwa Okpoechi
2018-05-21Move colors to printer moduleEzinwa Okpoechi