mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +00:00
ef7c39b159
* 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