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

https://github.com/ape/reflink.yazi

Yazi plugin for reflinking files
https://github.com/ape/reflink.yazi

yazi yazi-plugin

Last synced: 7 months ago
JSON representation

Yazi plugin for reflinking files

Awesome Lists containing this project

README

          

# reflink.yazi

This is a Yazi plugin for reflinking files.

## Installation

Install the plugin:

```
ya pack -a Ape/reflink
```

Create `~/.config/yazi/keymap.toml` and add:

```
[[manager.prepend_keymap]]
on = [ "_", "r" ]
run = "plugin reflink"
desc = "Reflink the yanked files"
```