bat/src
sharkdp e09499b3df Move config-dir and cache-dir from 'bat cache' to 'bat' 2019-02-07 23:27:53 +01:00
..
app.rs Allow for multiple highlighted lines 2018-12-16 21:00:18 +01:00
assets.rs Add --cache-dir option 2019-02-07 22:19:32 +01:00
clap_app.rs Move config-dir and cache-dir from 'bat cache' to 'bat' 2019-02-07 23:27:53 +01:00
config.rs Changed to unwrap methods, added integration tests 2018-11-04 11:19:49 +01:00
controller.rs Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter. 2019-02-07 07:32:28 +01:00
decorations.rs Refactoring, introduce Printer trait 2018-08-23 19:44:14 +02:00
diff.rs Use Rust inclusive range (stable in 1.26) 2018-11-11 14:42:22 +01:00
dirs.rs Update documentation 2019-02-07 22:19:32 +01:00
inputfile.rs Check result of read_until, and return Error if 0, which indicates EOF was found before delimeter. 2019-02-07 07:32:28 +01:00
line_range.rs Allow for multiple line ranges 2018-10-20 10:44:13 +02:00
main.rs Move config-dir and cache-dir from 'bat cache' to 'bat' 2019-02-07 23:27:53 +01:00
output.rs Replace less command line arguments only for PAGER 2019-02-07 22:37:33 +01:00
preprocessor.rs Fix `--show-all` for UTF-16 encoding 2018-11-01 22:00:47 +01:00
printer.rs Colorize the whole line 2018-12-16 21:53:15 +01:00
style.rs run cargo fmt 2018-09-26 19:16:03 +02:00
syntax_mapping.rs Enhance SyntaxMapping with impl Trait 2018-11-27 20:36:23 +01:00
terminal.rs Merge branch 'master' of https://github.com/tskinn/bat into tskinn-master 2018-12-16 20:43:36 +01:00
util.rs Move transpose to util module 2018-10-16 22:09:15 +02:00