Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Reledia/glow.yazi
Glow preview plugin for yazi
https://github.com/Reledia/glow.yazi
Last synced: about 4 hours ago
JSON representation
Glow preview plugin for yazi
- Host: GitHub
- URL: https://github.com/Reledia/glow.yazi
- Owner: Reledia
- License: mit
- Created: 2024-01-28T14:10:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:38:46.000Z (9 days ago)
- Last Synced: 2024-10-30T06:20:19.118Z (9 days ago)
- Language: Lua
- Homepage:
- Size: 19.5 KB
- Stars: 57
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yazi - glow - Preview markdown files using [glow](https://github.com/charmbracelet/glow). (Plugins)
- awesome-yazi - glow - Preview markdown files using [glow](https://github.com/charmbracelet/glow). (Plugins)
README
# glow.yazi
Plugin for [Yazi](https://github.com/sxyazi/yazi) to preview markdown files with [glow](https://github.com/charmbracelet/glow). To install, run the below mentioned command:
```bash
ya pack -a Reledia/glow
```then include it in your `yazi.toml` to use:
```toml
[plugin]
prepend_previewers = [
{ name = "*.md", run = "glow" },
]
```Make sure you have [glow](https://github.com/charmbracelet/glow) installed, and can be found in `PATH`.