bat/src/bin/bat
sharkdp 82e7786e74 Implementation of 'bat --diff'
This adds a new `--diff` option that can be used to only show lines
close to Git changes (added/removed/modified lines). The amount of
additional context can be controlled with `--diff-context=N`.

closes #23
2020-04-24 09:57:57 +02:00
..
app.rs Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
assets.rs Rename error module 2020-04-22 23:55:28 +02:00
clap_app.rs Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
config.rs Rename error module 2020-04-22 23:55:28 +02:00
directories.rs Make get_cache_dir private 2020-04-21 18:14:31 +02:00
main.rs Rename error module 2020-04-22 23:55:28 +02:00