mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
23 lines
530 B
Markdown
23 lines
530 B
Markdown
# hexyl.yazi
|
|
|
|
Preview any file on [Yazi](https://github.com/sxyazi/yazi) using [hexyl](https://github.com/sharkdp/hexyl). To install, use the `ya pack` cli utility:
|
|
|
|
```bash
|
|
ya pack -a Reledia/hexyl
|
|
```
|
|
|
|
then include it in your `yazi.toml` to use:
|
|
|
|
```toml
|
|
[plugin]
|
|
append_previewers = [
|
|
{ name = "*", run = "hexyl" },
|
|
]
|
|
```
|
|
|
|
Make sure you have [hexyl](https://github.com/sharkdp/hexyl) installed, and that can be found in `PATH`.
|
|
|
|
## Preview
|
|
|
|

|