bat/src
sharkdp 9b1b3dda14 Only print the header for empty files
Instead of printing
```
───────┬─────────────────────────────────────────────────────────
       │ File: some-file
───────┼─────────────────────────────────────────────────────────
───────┴─────────────────────────────────────────────────────────
```
for empty files, bat will now print
```
───────┬─────────────────────────────────────────────────────────
       │ File: some-file   <EMPTY>
───────┴─────────────────────────────────────────────────────────
```
2019-05-15 22:37:03 +02:00
..
app.rs Revert "Run 'cargo fmt'" (outdated rustfmt) 2019-05-15 08:07:08 +02:00
assets.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
clap_app.rs Extend help text for --terminal-width and --wrap, closes #535 2019-05-14 23:24:13 +02:00
config.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
controller.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
decorations.rs Revert "Run 'cargo fmt'" (outdated rustfmt) 2019-05-15 08:07:08 +02: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
line_range.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
main.rs Fix warning 2019-05-14 23:42:23 +02:00
output.rs Applied linter fixes 2019-03-09 07:43:41 +01:00
preprocessor.rs Fix `--show-all` for UTF-16 encoding 2018-11-01 22:00:47 +01:00
printer.rs Only print the header for empty files 2019-05-15 22:37:03 +02:00
style.rs Applied linter fixes 2019-03-09 07:43:41 +01: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