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
- Host: GitHub
- URL: https://github.com/ape/reflink.yazi
- Owner: Ape
- License: mit
- Created: 2024-07-11T11:28:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T10:09:55.000Z (8 months ago)
- Last Synced: 2025-02-09T11:20:19.081Z (8 months ago)
- Topics: yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```