summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-08-31Re-formulate help textsharkdp
2019-08-31Suppress warning in -A modesharkdp
2019-08-31Handle non-unicode characters in the preprocessorsharkdp
2019-08-31Display binary file content for bat -Apjsier
2019-08-31Fix another instance of the 'bat cache' bug, closes #584sharkdp
2019-08-31Run 'cargo fmt'sharkdp
2019-08-31Add 'dyn' keyword for trait referencessharkdp
2019-08-31Add new style component to separate multiple '--line-range'sEthan P
2019-08-31Add short '-L' option as an alias for --list-languagessharkdp
2019-08-02use explicit dyn with Write to appease compilerWild Kat
2019-07-26Print a horizontal header line when 'grid' style without 'header' styleEthan P
2019-07-24Allow leading minus in '--terminal-width <value>'sharkdp
2019-05-30Enforce the creation of the full cache dir pathFernando Mendes
2019-05-15Only print the header for empty filessharkdp
2019-05-15Revert "Run 'cargo fmt'" (outdated rustfmt)sharkdp
2019-05-14Fix warningsharkdp
2019-05-14Run 'cargo fmt'sharkdp
2019-05-14Print a warning message instead of just '<BINARY>'sharkdp
2019-05-14Added printing of "<BINARY>" for binary files in the interactive mode if head...Maksim Panfilov
2019-05-14Extend help text for --terminal-width and --wrap, closes #535sharkdp
2019-05-14Added non-interactive mode for `--list-languages`Ethan P
2019-05-10Fix accidental printing of files named 'cache'sharkdp
2019-05-10Replace iterator with string starts_with and ends_withEthan P
2019-05-10Reformatted with `cargo fmt`.Ethan P
2019-05-10Improved logic when encountering ANSI in character wrap modeEthan P
2019-05-10Cleaned up terminal-width validation even moreEthan P
2019-05-10Cleaned up terminal-width validation slightlyEthan P
2019-05-10Add validation for --terminal-width optionEthan P
2019-05-10Slightly modified help textsharkdp
2019-05-10Add -pp for plain styling and no pagerEthan P
2019-05-08Add 3 new themes: ansi-light, ansi-dark, base16Mitchell Kember
2019-03-09Formatted codeDaniele Esposti
2019-03-09Applied linter fixesDaniele Esposti
2019-03-09Migrated to Rust 2018Daniele Esposti
2019-02-18Do not replace arguments to pager when --pager is used, closes #509sharkdp
2019-02-11Only print contents if file wasn't empty, or EOF wasn't first thing received ...Reid Wagner
2019-02-11Revert "Check result of read_until, and return Error if 0, which indicates EO...Reid Wagner
2019-02-10Handle UTF-16 encoding errors with replacement characterssharkdp
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