summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-02-07Move config-dir and cache-dir from 'bat cache' to 'bat'v0.10.0sharkdp
2019-02-07Rename 'bat cache --init' to 'bat cache --build'sharkdp
2019-02-07Replace less command line arguments only for PAGERsharkdp
2019-02-07Ignore flags from PAGER env var if the program is 'less'Park Juhyung
2019-02-07Update documentationsharkdp
2019-02-07Remove importsharkdp
2019-02-07Simplify Optional handlingsharkdp
2019-02-07Add --cache-dir optionsharkdp
2019-02-07Replace 'is_absolute_path' with map and filtersharkdp
2019-02-07removed compile errors and warnings on non-macsLavi
2019-02-07config and cache now check XDG env vars firstLavi
2019-02-07Set cache_dir on MacOS to ~/.cache/bat/Lavi
2019-02-07Updated bat config dir for MacOsLavi
2019-02-07Check result of read_until, and return Error if 0, which indicates EOF was fo...Reid Wagner
2018-12-16Fix the number of values to onesharkdp
2018-12-16Short options for line-range and highlight-linesharkdp
2018-12-16Colorize the whole linesharkdp
2018-12-16Allow for multiple highlighted linessharkdp
2018-12-16Merge branch 'master' of https://github.com/tskinn/bat into tskinn-mastersharkdp
2018-12-14Print ANSI-reset code before newlinesharkdp
2018-12-14Omit launching of pager if NO file existssharkdp
2018-12-11add quotes around filenameufuji1984
2018-12-11Report filename if File::open return Errufuji1984
2018-11-27Enhance SyntaxMapping with impl TraitOle Martin Ruud
2018-11-27Fix doc comment typoOle Martin Ruud
2018-11-11Use Rust inclusive range (stable in 1.26)Arnav Borborah
2018-11-11Update help textsharkdp
2018-11-06issue #383: Handle cases like `PAGER=/usr/bin/bat`sharkdp
2018-11-06Fix code styleRodrigo Orem
2018-11-06Remove args when change from bat to lessRodrigo Orem
2018-11-06Better placement of bat detectionRodrigo Orem
2018-11-06Avoid endless bat executions with PAGER="bat"Rodrigo Orem
2018-11-04Changed italics to use-italic-text in configNisheet Sinvhal
2018-11-04LintingNisheet Sinvhal
2018-11-04LintingNisheet Sinvhal
2018-11-04Changed flag nameNisheet Sinvhal
2018-11-04italics enable|disable workingNisheet Sinvhal
2018-11-04Added argsNisheet Sinvhal
2018-11-04Changed to unwrap methods, added integration testsRicky
2018-11-04Ran rust fmtRicky
2018-11-04Added in environment variable and the result is a file check in config.rsRicky
2018-11-01Fix `--show-all` for UTF-16 encodingsharkdp
2018-11-01Display line-feed as instead ofsharkdp
2018-11-01Use `↹` character if tab-width == 1.sharkdp
2018-11-01Feature: Highlight non-printable characterssharkdp
2018-11-01Change default tab width to 4sharkdp
2018-10-31Allow offset values in `--terminal-width`sharkdp
2018-10-21Remove commented-out codeDavid Peter
2018-10-21Only use the last argument of {style,plain,number}Sindre Johansen
2018-10-21RustfmtSindre Johansen