You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/src
sharkdp e09499b3df Move config-dir and cache-dir from 'bat cache' to 'bat' 5 years ago
..
app.rs Allow for multiple highlighted lines 6 years ago
assets.rs Add --cache-dir option 5 years ago
clap_app.rs Move config-dir and cache-dir from 'bat cache' to 'bat' 5 years ago
config.rs Changed to unwrap methods, added integration tests 6 years ago
controller.rs Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter. 5 years ago
decorations.rs Refactoring, introduce Printer trait 6 years ago
diff.rs Use Rust inclusive range (stable in 1.26) 6 years ago
dirs.rs Update documentation 5 years ago
inputfile.rs Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter. 5 years ago
line_range.rs Allow for multiple line ranges 6 years ago
main.rs Move config-dir and cache-dir from 'bat cache' to 'bat' 5 years ago
output.rs Replace less command line arguments only for PAGER 5 years ago
preprocessor.rs Fix `--show-all` for UTF-16 encoding 6 years ago
printer.rs Colorize the whole line 6 years ago
style.rs run cargo fmt 6 years ago
syntax_mapping.rs Enhance SyntaxMapping with impl Trait 6 years ago
terminal.rs Merge branch 'master' of https://github.com/tskinn/bat into tskinn-master 6 years ago
util.rs Move transpose to util module 6 years ago