bat/src
Fahmi Akbar Wildana e981bd88c1 Move src/bin/* into src/bin/bat/
This will limit [[bin]] to *bat* only which will make:
- `cargo run` works without specifying --bin
- prevent `cargo build --bins` to produce multiple binaries (app,clap_app,...)
2019-10-20 21:43:51 +02:00
..
bin/bat Move src/bin/* into src/bin/bat/ 2019-10-20 21:43:51 +02:00
assets.rs Enforce the creation of the full cache dir path 2019-05-30 22:28:52 +02:00
config.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
diff.rs Use Rust inclusive range (stable in 1.26) 2018-11-11 14:42:22 +01:00
dirs.rs Migrated to Rust 2018 2019-03-09 07:43:41 +01:00
inputfile.rs Only print the header for empty files 2019-05-15 22:37:03 +02:00
lib.rs Fix all compile warnings in lib.rs 2019-10-20 21:43:51 +02:00
line_range.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
preprocessor.rs Handle non-unicode characters in the preprocessor 2019-08-31 20:56:53 +02:00
style.rs Add new style component to separate multiple '--line-range's 2019-08-31 13:46:48 +02:00
syntax_mapping.rs Formatted code 2019-03-09 07:43:41 +01:00
terminal.rs Add 3 new themes: ansi-light, ansi-dark, base16 2019-05-08 07:35:43 -05:00
util.rs Move transpose to util module 2018-10-16 22:09:15 +02:00