xxh prerun plugin for bat
+q
- using quiet mode and reduced logging
- Install the plugin separately:
xxh +I https://github.com/LeonStoldt/xxh-plugin-prerun-bat +q
- Install the plugin via config.xxhc: (e.g.)
hosts:
".*":
#[...]
+I:
- https://github.com/LeonStoldt/xxh-plugin-prerun-bat
+q: # optional: quiet mode
#[...]
- Install on-the-fly while connecting via xxh:
xxh <HOST> +I https://github.com/LeonStoldt/xxh-plugin-prerun-bat
#OR using zsh seamless mode:
source xxh.zsh <HOST> +I https://github.com/LeonStoldt/xxh-plugin-prerun-bat
After connecting to your host using xxh, bat will be available via bat
.
Checkout bat --help
or visit bat GitHub page for usage information.
- bat is provided by: sharkdp/bat
- This plugin was created with xxh-prerun-plugin cookiecutter template.