diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-28 15:42:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-28 15:42:50 +0900 |
| commit | ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 (patch) | |
| tree | fdc69ee3e2772aa4db7e8efe4bd30d101c7f82ac /fedora/.config/yazi/plugins/lsar.yazi/README.md | |
| parent | 06ad645351572c0e7188c52028998384d718df2e (diff) | |
Diffstat (limited to 'fedora/.config/yazi/plugins/lsar.yazi/README.md')
| -rw-r--r-- | fedora/.config/yazi/plugins/lsar.yazi/README.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/fedora/.config/yazi/plugins/lsar.yazi/README.md b/fedora/.config/yazi/plugins/lsar.yazi/README.md deleted file mode 100644 index e944442..0000000 --- a/fedora/.config/yazi/plugins/lsar.yazi/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# lsar.yazi - -Previewing archive contents with `lsar`, which is something you might not want to use anyway. - -It was the default archive previewer before Yazi v0.3, and after then, it was replaced with a faster and more efficient `7zip` previewer. - -This plugin is here just in case you're still interested in the old behavior, -but we strongly discourage using it unless you encounter some issues with `7zip` when previewing CJK characters - `lsar` usually does a better job recognizing these characters. - -## Installation - -```sh -ya pkg add yazi-rs/plugins:lsar -``` - -## Usage - -Add this to your `~/.config/yazi/yazi.toml`: - -```toml -[[plugin.prepend_previewers]] -mime = "application/{,g}zip" -run = "lsar" - -[[plugin.prepend_previewers]] -mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}" -run = "lsar" -``` - -Make sure you have `unar` installed, and have `lsar` in your `$PATH`. You can install it with: - -```sh -# Arch Linux -sudo pacman -S unarchiver -# macOS -brew install unar -# Windows -scoop install unar -``` - -## License - -This plugin is MIT-licensed. For more information check the [LICENSE](LICENSE) file. |
