Thunar: add Create Symlink option
This commit is contained in:
parent
a3cac1dc65
commit
bed8408c1f
|
|
@ -24,4 +24,20 @@
|
|||
<image-files/>
|
||||
<video-files/>
|
||||
</action>
|
||||
<action>
|
||||
<icon>edit-link</icon>
|
||||
<name>Create a symlink</name>
|
||||
<submenu></submenu>
|
||||
<unique-id>1685231287052604-1</unique-id>
|
||||
<command>ln -s %f '%f (Link)'</command>
|
||||
<description>Create a symlink in current directory</description>
|
||||
<range>1</range>
|
||||
<patterns>*</patterns>
|
||||
<directories/>
|
||||
<audio-files/>
|
||||
<image-files/>
|
||||
<other-files/>
|
||||
<text-files/>
|
||||
<video-files/>
|
||||
</action>
|
||||
</actions>
|
||||
|
|
|
|||
Loading…
Reference in New Issue