bat/src
sharkdp 72618db179 Add metadata information to cached assets
When saving/reading user-provided syntaxes or themes, `bat` will now maintain a
`metadata.yaml` file which includes information about the `bat` version which was
used to create the cached files. When loading cached files, we now print an error
if they have been created with an incompatible version

closes #882
2020-04-21 18:14:31 +02:00
..
bin/bat Add metadata information to cached assets 2020-04-21 18:14:31 +02:00
assets.rs Add metadata information to cached assets 2020-04-21 18:14:31 +02:00
assets_metadata.rs Add metadata information to cached assets 2020-04-21 18:14:31 +02:00
config.rs Remove commented-out code 2020-04-21 08:57:15 +02:00
controller.rs Small refactoring, handle invalid UTF-8 filenames 2020-04-21 08:57:15 +02:00
decorations.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
diff.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
errors.rs Add metadata information to cached assets 2020-04-21 18:14:31 +02:00
inputfile.rs Small refactoring, handle invalid UTF-8 filenames 2020-04-21 08:57:15 +02:00
less.rs Move paging support behind a feature 2020-03-31 09:27:56 +02:00
lib.rs Add metadata information to cached assets 2020-04-21 18:14:31 +02:00
line_range.rs Hide methods from line_range 2020-03-21 22:21:23 +01:00
output.rs Revert "Pass '--mouse' to less versions >= 551" 2020-04-21 17:29:01 +02:00
preprocessor.rs Handle non-unicode characters in the preprocessor 2019-08-31 20:56:53 +02:00
printer.rs Improve error message 2020-04-21 08:57:15 +02:00
style.rs Move git changes support behind a feature 2020-03-31 09:27:56 +02:00
syntax_mapping.rs Add more default mappings, reverse traversal 2020-03-22 11:02:51 +01:00
terminal.rs Strip dependencies of bat-as-a-library 2020-03-31 09:27:56 +02:00
wrap.rs Rename output component to 'style compinent', move wrap to separate module 2020-03-21 22:21:23 +01:00