Reledia / glow.yazi

Glow preview plugin for yazi
MIT License
61 stars 2 forks source link

Please rename the repo name to `glow.yazi` #1

Closed sxyazi closed 9 months ago

sxyazi commented 9 months ago

It would be great if the repo name could be renamed to glow.yazi and place init.lua at the root. This way users can easily install it with just a git clone, without the need for additional file moving operations.

Please also add a README.md, explaining how to use it, something like this:

[plugin]
prepend_previewers = [
  { name = "*.md", exec = "glow" },
]
Reledia commented 9 months ago

Added README and changed directory. Please let me know if it's ok now

sxyazi commented 9 months ago

Thank you! I've made some other changes, https://github.com/Reledia/glow.yazi/pull/2

Reledia commented 9 months ago

Merged in #2. Thanks for the help!