Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonstoldt/xxh-plugin-prerun-bat
xxh prerun plugin for bat.
https://github.com/leonstoldt/xxh-plugin-prerun-bat
xxh xxh-plugin
Last synced: 4 days ago
JSON representation
xxh prerun plugin for bat.
- Host: GitHub
- URL: https://github.com/leonstoldt/xxh-plugin-prerun-bat
- Owner: LeonStoldt
- License: bsd-2-clause
- Created: 2023-12-17T10:50:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T14:25:43.000Z (11 months ago)
- Last Synced: 2024-01-02T15:37:28.329Z (11 months ago)
- Topics: xxh, xxh-plugin
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xxh prerun plugin for [bat](https://github.com/sharkdp/bat)
![demo.gif](docs/demo.gif)
## Installation
> #### Available Flags:
> `+q` - using quiet mode and reduced logging1. Install the plugin separately:
```shell
xxh +I https://github.com/LeonStoldt/xxh-plugin-prerun-bat +q
```2. Install the plugin via config.xxhc: (e.g.)
```shell
hosts:
".*":
#[...]
+I:
- https://github.com/LeonStoldt/xxh-plugin-prerun-bat
+q: # optional: quiet mode
#[...]
```3. Install on-the-fly while connecting via xxh:
```shell
xxh +I https://github.com/LeonStoldt/xxh-plugin-prerun-bat
#OR using zsh seamless mode:
source xxh.zsh +I https://github.com/LeonStoldt/xxh-plugin-prerun-bat
```## Usage
After connecting to your host using xxh, bat will be available via `bat`.
Checkout `bat --help` or visit [bat GitHub page](https://github.com/sharkdp/bat) for usage information.## Credits
- bat is provided by: [sharkdp/bat](https://github.com/sharkdp/bat)
- This plugin was created with [xxh-prerun-plugin cookiecutter template](https://github.com/xxh/cookiecutter-xxh-plugin-prerun).