bassmanitram / actions-for-nautilus

An extension to the Gnome "Files" file manager that allows you to add arbitrary actions to the file selection context menu.
Apache License 2.0
165 stars 16 forks source link

Feature/clipboard place holders #37

Open bassmanitram opened 1 year ago

bassmanitram commented 1 year ago

Adding placeholders that insert the textual content of the clipboard.

Courtesy of @supermerill.

This adds two new placeholders to the extension:

(For more info on the X selection categories, see the manual pages for clipboard management programs such as xclipboard, xclip, xsel, xcutsel ...)

If the selected text contains quotes, parameter quoting may be corrupted, so these should be used carefully.

Hopefully, we'll address parameter quoting in general in a future PR to alleviate these issues.

bassmanitram commented 1 year ago

Hey there @supermerill

So this is what I've come up with - I'd really appreciate you testing this to see if it fulfills the use cases you had in mind.

I'm sure you know what to do, but just in case:

If you have further PRs for this feature, please submit against this branch, not master.

And thx again for this excellent idea and the initial implementation!