Yazi plugin to paste clipboard content straight to filesystem.
usage.mp4
git clone https://github.com/crawraps/paste-file.yazi.git ~/.config/yazi/plugins/paste-file.yazi```
## Usage
Create keymap with the following command:
```sh
plugin paste-fileYou can use the --args flag to pass arguments to the plugin. Available flags are:
quiet: Do not show a notification in case of creating a file with the same name
Example:
# ~/.config/yazi/keymap.toml:
[[manager.prepend_keymap]]
on = ["p", "f"]
run = ["plugin paste-file --args='quiet'"]
desc = "create new file from clipboard"