bat/src
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
..
bin/bat Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
assets.rs Add *_with_name methods 2020-04-22 23:55:28 +02:00
assets_metadata.rs Rename error module 2020-04-22 23:55:28 +02:00
config.rs Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
controller.rs Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
decorations.rs Reduce public API 2020-04-22 23:55:28 +02:00
diff.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
error.rs Rename error module 2020-04-22 23:55:28 +02:00
input.rs Add *_with_name methods 2020-04-22 23:55:28 +02:00
less.rs Move paging support behind a feature 2020-03-31 09:27:56 +02:00
lib.rs Update documentation 2020-04-22 23:55:28 +02:00
line_range.rs Rename error module 2020-04-22 23:55:28 +02:00
output.rs Move PagingMode to separate module 2020-04-22 23:55:28 +02:00
paging.rs Move PagingMode to separate module 2020-04-22 23:55:28 +02:00
preprocessor.rs Handle non-unicode characters in the preprocessor 2019-08-31 20:56:53 +02:00
pretty_printer.rs Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
printer.rs Implementation of 'bat --diff' 2020-04-24 09:57:57 +02:00
style.rs Rename error module 2020-04-22 23:55:28 +02:00
syntax_mapping.rs cargo fmt 2020-04-23 00:56:35 +02:00
terminal.rs cargo fmt 2020-04-23 00:56:35 +02:00
wrapping.rs Rename wrap => wrapping 2020-04-22 23:55:28 +02:00