├── .github ├── DISCUSSION_TEMPLATE │ └── 1-q-a.yml ├── ISSUE_TEMPLATE │ ├── bug.yml │ ├── config.yml │ └── feature.yml └── workflows │ ├── lock.yml │ └── no-response.yml ├── LICENSE ├── README.md ├── chmod.yazi ├── LICENSE ├── README.md └── main.lua ├── cspell.json ├── diff.yazi ├── LICENSE ├── README.md └── main.lua ├── full-border.yazi ├── LICENSE ├── README.md └── main.lua ├── git.yazi ├── LICENSE ├── README.md ├── main.lua └── types.lua ├── jump-to-char.yazi ├── LICENSE ├── README.md └── main.lua ├── lsar.yazi ├── LICENSE ├── README.md └── main.lua ├── mactag.yazi ├── LICENSE ├── README.md └── main.lua ├── mime-ext.yazi ├── LICENSE ├── README.md └── main.lua ├── mount.yazi ├── LICENSE ├── README.md └── main.lua ├── no-status.yazi ├── LICENSE ├── README.md └── main.lua ├── piper.yazi ├── LICENSE ├── README.md └── main.lua ├── smart-enter.yazi ├── LICENSE ├── README.md └── main.lua ├── smart-filter.yazi ├── LICENSE ├── README.md └── main.lua ├── smart-paste.yazi ├── LICENSE ├── README.md └── main.lua ├── stylua.toml ├── sudo-demo.yazi ├── LICENSE ├── README.md └── main.lua ├── toggle-pane.yazi ├── LICENSE ├── README.md └── main.lua ├── types.yazi ├── LICENSE ├── README.md └── main.lua ├── vcs-files.yazi ├── LICENSE ├── README.md └── main.lua └── zoom.yazi ├── LICENSE ├── README.md └── main.lua /.github/DISCUSSION_TEMPLATE/1-q-a.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/.github/DISCUSSION_TEMPLATE/1-q-a.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/.github/ISSUE_TEMPLATE/feature.yml -------------------------------------------------------------------------------- /.github/workflows/lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/.github/workflows/lock.yml -------------------------------------------------------------------------------- /.github/workflows/no-response.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/.github/workflows/no-response.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/README.md -------------------------------------------------------------------------------- /chmod.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /chmod.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/chmod.yazi/README.md -------------------------------------------------------------------------------- /chmod.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/chmod.yazi/main.lua -------------------------------------------------------------------------------- /cspell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/cspell.json -------------------------------------------------------------------------------- /diff.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /diff.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/diff.yazi/README.md -------------------------------------------------------------------------------- /diff.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/diff.yazi/main.lua -------------------------------------------------------------------------------- /full-border.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /full-border.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/full-border.yazi/README.md -------------------------------------------------------------------------------- /full-border.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/full-border.yazi/main.lua -------------------------------------------------------------------------------- /git.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /git.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/git.yazi/README.md -------------------------------------------------------------------------------- /git.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/git.yazi/main.lua -------------------------------------------------------------------------------- /git.yazi/types.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/git.yazi/types.lua -------------------------------------------------------------------------------- /jump-to-char.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /jump-to-char.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/jump-to-char.yazi/README.md -------------------------------------------------------------------------------- /jump-to-char.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/jump-to-char.yazi/main.lua -------------------------------------------------------------------------------- /lsar.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /lsar.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/lsar.yazi/README.md -------------------------------------------------------------------------------- /lsar.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/lsar.yazi/main.lua -------------------------------------------------------------------------------- /mactag.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /mactag.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/mactag.yazi/README.md -------------------------------------------------------------------------------- /mactag.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/mactag.yazi/main.lua -------------------------------------------------------------------------------- /mime-ext.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /mime-ext.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/mime-ext.yazi/README.md -------------------------------------------------------------------------------- /mime-ext.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/mime-ext.yazi/main.lua -------------------------------------------------------------------------------- /mount.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /mount.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/mount.yazi/README.md -------------------------------------------------------------------------------- /mount.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/mount.yazi/main.lua -------------------------------------------------------------------------------- /no-status.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /no-status.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/no-status.yazi/README.md -------------------------------------------------------------------------------- /no-status.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/no-status.yazi/main.lua -------------------------------------------------------------------------------- /piper.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /piper.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/piper.yazi/README.md -------------------------------------------------------------------------------- /piper.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/piper.yazi/main.lua -------------------------------------------------------------------------------- /smart-enter.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /smart-enter.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/smart-enter.yazi/README.md -------------------------------------------------------------------------------- /smart-enter.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/smart-enter.yazi/main.lua -------------------------------------------------------------------------------- /smart-filter.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /smart-filter.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/smart-filter.yazi/README.md -------------------------------------------------------------------------------- /smart-filter.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/smart-filter.yazi/main.lua -------------------------------------------------------------------------------- /smart-paste.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /smart-paste.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/smart-paste.yazi/README.md -------------------------------------------------------------------------------- /smart-paste.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/smart-paste.yazi/main.lua -------------------------------------------------------------------------------- /stylua.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/stylua.toml -------------------------------------------------------------------------------- /sudo-demo.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /sudo-demo.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/sudo-demo.yazi/README.md -------------------------------------------------------------------------------- /sudo-demo.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/sudo-demo.yazi/main.lua -------------------------------------------------------------------------------- /toggle-pane.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /toggle-pane.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/toggle-pane.yazi/README.md -------------------------------------------------------------------------------- /toggle-pane.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/toggle-pane.yazi/main.lua -------------------------------------------------------------------------------- /types.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /types.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/types.yazi/README.md -------------------------------------------------------------------------------- /types.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/types.yazi/main.lua -------------------------------------------------------------------------------- /vcs-files.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /vcs-files.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/vcs-files.yazi/README.md -------------------------------------------------------------------------------- /vcs-files.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/vcs-files.yazi/main.lua -------------------------------------------------------------------------------- /zoom.yazi/LICENSE: -------------------------------------------------------------------------------- 1 | ../LICENSE -------------------------------------------------------------------------------- /zoom.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/zoom.yazi/README.md -------------------------------------------------------------------------------- /zoom.yazi/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yazi-rs/plugins/HEAD/zoom.yazi/main.lua --------------------------------------------------------------------------------