gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
199 stars 25 forks source link

[Feature Request] usage of the clipboard #121

Open UsernameIsAlreadyTaken12345 opened 4 years ago

UsernameIsAlreadyTaken12345 commented 4 years ago

I would like to have a new variable to use the content of the clipboard for renaming files. Currently I'm using :selectiontext: but in some cases there's nothing to select. Using the content of the clipboard could help naming a bunch of files with the same prefix.

I'm thinking of a rule like this: // rename with text from clipboard if the clipboard is not empty. mediatype: image clipboard: into: :clipboard:.:fileext: