https://github.com/tyarel8/goto-drives.yazi
Yazi plugin to cd to drives with a fzf menu
https://github.com/tyarel8/goto-drives.yazi
windows yazi yazi-plugin
Last synced: 8 months ago
JSON representation
Yazi plugin to cd to drives with a fzf menu
- Host: GitHub
- URL: https://github.com/tyarel8/goto-drives.yazi
- Owner: Tyarel8
- License: mit
- Created: 2025-02-19T16:36:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T16:52:06.000Z (9 months ago)
- Last Synced: 2025-02-19T17:38:51.333Z (9 months ago)
- Topics: windows, yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goto-drives.yazi
A plugin for [yazi](https://github.com/sxyazi/yazi) to `cd` to the available windows drives from an fzf menu.
## Dependencies
- [fzf](https://github.com/junegunn/fzf)
## Installation
```sh
ya pack -a 'Tyarel8/goto-drives'
```
## Usage
Add this to your `keymap.toml`:
```toml
[manager]
prepend_keymap = [
{ on = [ "g", ":" ], run = "plugin goto-drives", desc = "Go to drives" },
]
```