Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourongxing/fast-enter.yazi
Plugin for Yazi to enter the subfolder faster, or open the file directly.
https://github.com/ourongxing/fast-enter.yazi
Last synced: 27 days ago
JSON representation
Plugin for Yazi to enter the subfolder faster, or open the file directly.
- Host: GitHub
- URL: https://github.com/ourongxing/fast-enter.yazi
- Owner: ourongxing
- License: mit
- Created: 2024-06-05T06:41:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T07:18:06.000Z (2 months ago)
- Last Synced: 2024-08-27T08:35:57.284Z (2 months ago)
- Language: Lua
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yazi - fast-enter - Plugin for Yazi to enter the subfolder faster, or open the file directly. (Plugins)
- awesome-yazi - fast-enter - Plugin for Yazi to enter the subfolder faster, or open the file directly. (Plugins)
README
# fast-enter.yazi
![](https://testmnbbs.oss-cn-zhangjiakou.aliyuncs.com/pic/20240605151105_rec_-convert.gif?x-oss-process=base_webp)
Plugin for [Yazi](https://github.com/sxyazi/yazi) to enter the subfolder faster, or open the file directly.
With more features:
- Auto decompress archives and enter it.
- Go directly to the innermost folder, if there is always only one subfolderTo install, clone the repo inside your `~/.config/yazi/plugins/`:
```bash
git clone https://github.com/ourongxing/fast-enter.yazi.git
```Or do this, if you have installed yazi v0.3
```shell
ya pack -a ourongxing/fast-enter.yazi
```Then bind it for `l` key, in your `keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = [ "l" ]
run = "plugin --sync fast-enter"
desc = "Enter the subfolder faster, or open the file directly"
```