2022-05-06 13:42:45 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<actions>
|
|
|
|
<action>
|
2023-01-26 08:18:52 +01:00
|
|
|
<icon><% opt.term.icon_name %></icon>
|
|
|
|
<name>Open <% opt.term.name %> Here</name>
|
|
|
|
<command><% opt.term.workdir_command %> %f</command>
|
2022-05-06 13:42:45 +02:00
|
|
|
<description></description>
|
|
|
|
<patterns>*</patterns>
|
2023-02-11 13:24:42 +01:00
|
|
|
|
2022-05-06 13:42:45 +02:00
|
|
|
<startup-notify/>
|
2023-02-11 13:24:42 +01:00
|
|
|
|
2022-05-06 13:42:45 +02:00
|
|
|
<directories/>
|
|
|
|
</action>
|
2023-02-11 13:24:42 +01:00
|
|
|
|
|
|
|
<action>
|
|
|
|
<name>Rsync To...</name>
|
|
|
|
<icon>edit-copy</icon>
|
|
|
|
<command><% opt.commands.zenity %> --entry --text "Rsync Command" --entry-text "rsync -vaP %F " | xargs alacritty --hold --command</command>
|
|
|
|
<description>Open a Dialog on an Rsync destination for the selected files</description>
|
|
|
|
<patterns>*</patterns>
|
|
|
|
|
|
|
|
<audio-files/>
|
|
|
|
<image-files/>
|
|
|
|
<other-files/>
|
|
|
|
<text-files/>
|
|
|
|
<video-files/>
|
|
|
|
</action>
|
|
|
|
|
|
|
|
<action>
|
|
|
|
<name>rm -rf</name>
|
|
|
|
<icon>user-trash-full</icon>
|
|
|
|
<command><% opt.commands.zenity %> --text "Delete these files?\n\n%F" && rm -rf %F</command>
|
|
|
|
<description>force delete stuff</description>
|
|
|
|
<patterns>*</patterns>
|
|
|
|
|
|
|
|
<audio-files/>
|
|
|
|
<image-files/>
|
|
|
|
<other-files/>
|
|
|
|
<text-files/>
|
|
|
|
<video-files/>
|
|
|
|
<directories/>
|
|
|
|
</action>
|
2022-05-06 13:42:45 +02:00
|
|
|
</actions>
|