32 lines
811 B
XML
32 lines
811 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<actions>
|
|
<action>
|
|
<icon>utilities-terminal</icon>
|
|
<name>Open Terminal Here</name>
|
|
<submenu></submenu>
|
|
<unique-id>1771155705496049-1</unique-id>
|
|
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
|
<description>Example for a custom action</description>
|
|
<range></range>
|
|
<patterns>*</patterns>
|
|
<startup-notify/>
|
|
<directories/>
|
|
</action>
|
|
<action>
|
|
<icon></icon>
|
|
<name>Copy Full Path</name>
|
|
<submenu></submenu>
|
|
<unique-id>1771928240025354-1</unique-id>
|
|
<command>sh -c 'printf "%s" "%f" | wl-copy'</command>
|
|
<description>Copy Full Path</description>
|
|
<range>*</range>
|
|
<patterns>*</patterns>
|
|
<directories/>
|
|
<audio-files/>
|
|
<image-files/>
|
|
<other-files/>
|
|
<text-files/>
|
|
<video-files/>
|
|
</action>
|
|
</actions>
|