actions-for-nautilus icon indicating copy to clipboard operation
actions-for-nautilus copied to clipboard

Handling simple and double quotes in filenames...

Open Creteil opened this issue 10 months ago • 1 comments

Hi,

Is there a way to handle simple and double quotes in filenames, for example :

  • « Bob's "special" file.txt ».

Creteil avatar Apr 01 '24 10:04 Creteil

I ran into this same problem immediately.

I've worked around it by using the %u placeholder, and then URL-decoding the filename in my script.

seindal avatar Apr 25 '24 16:04 seindal