mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-03 17:28:50 +00:00
* Remove the old `init-cache` subcommand * Introduce a new `cache` subcommand that can be used like this: * `bat cache -h` - Show help * `bat cache --init` - Initialize cache from config dir * `bat cache --clear` - Reset the cache * `bat cache --config-dir` - Show config directory * Update README closes #44