An open API service indexing awesome lists of open source software.

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

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" },
]
```