Skip to content

crawraps/paste-file.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

paste-file.yazi

Yazi plugin to paste clipboard content straight to filesystem.

usage.mp4

Installation

Linux

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-file

You 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"

About

yazi plugin to paste files from clipboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages