197 lines
5.4 KiB
XML
197 lines
5.4 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<actions>
|
||
|
<action>
|
||
|
<icon>utilities-terminal</icon>
|
||
|
<name>Open Terminal Here</name>
|
||
|
<unique-id>1488955845049151-1</unique-id>
|
||
|
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
||
|
<description>Example for a custom action</description>
|
||
|
<patterns>*</patterns>
|
||
|
<startup-notify/>
|
||
|
<directories/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>checkbox</icon>
|
||
|
<name>Check sha1sum</name>
|
||
|
<unique-id>1526633271260079-26</unique-id>
|
||
|
<command>zenity --info --title="Check sha1 for %n" --text="$(sha1sum %f)"</command>
|
||
|
<description>Check sha1sum</description>
|
||
|
<patterns>*.iso;*.ISO</patterns>
|
||
|
<other-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>checkbox</icon>
|
||
|
<name>Check sha256sum</name>
|
||
|
<unique-id>1577688162350307-1</unique-id>
|
||
|
<command>zenity --info --title="Check sha256 for %n" --text="$(sha256sum %f)"</command>
|
||
|
<description>Check sha256sum</description>
|
||
|
<patterns>*.iso;*.ISO</patterns>
|
||
|
<other-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>checkbox</icon>
|
||
|
<name>Check md5sum</name>
|
||
|
<unique-id>1526736788575383-2</unique-id>
|
||
|
<command>zenity --info --title="Check md5 for %n" --text="$(md5sum %f)"</command>
|
||
|
<description>Check md5sum</description>
|
||
|
<patterns>*.iso;*.ISO;*.tar.gz;*.TAR.GZ;*.zip;*.ZIP</patterns>
|
||
|
<other-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>insert-link-symbolic</icon>
|
||
|
<name>Create symlink</name>
|
||
|
<unique-id>1526631663081446-14</unique-id>
|
||
|
<command>ln -s %f "%n"</command>
|
||
|
<description>Softlink between two files or directories</description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>preferences-desktop-wallpaper</icon>
|
||
|
<name>Set wallpaper dual</name>
|
||
|
<unique-id>1526628754365261-1</unique-id>
|
||
|
<command>nitrogen --save --set-zoom-fill %f</command>
|
||
|
<description></description>
|
||
|
<patterns>*</patterns>
|
||
|
<image-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>preferences-desktop-wallpaper</icon>
|
||
|
<name>Set wallpaper single</name>
|
||
|
<unique-id>1489091195323731-3</unique-id>
|
||
|
<command>nitrogen --save --set-zoom-fill --head=0 %f && nitrogen --set-zoom-fill --head=1 %f</command>
|
||
|
<description></description>
|
||
|
<patterns>*</patterns>
|
||
|
<image-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>catfish</icon>
|
||
|
<name>Search with catfish</name>
|
||
|
<unique-id>1489089852658523-2</unique-id>
|
||
|
<command>catfish --path=$f$d</command>
|
||
|
<description></description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>final-term</icon>
|
||
|
<name>Extract here</name>
|
||
|
<unique-id>1489091300385082-4</unique-id>
|
||
|
<command>tar xjf %n</command>
|
||
|
<description></description>
|
||
|
<patterns>*.tar.bz2;*.tbz2</patterns>
|
||
|
<other-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>meld</icon>
|
||
|
<name>Compare</name>
|
||
|
<unique-id>1492232362549799-1</unique-id>
|
||
|
<command>meld %F</command>
|
||
|
<description></description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>cs-startup-programs</icon>
|
||
|
<name>Run</name>
|
||
|
<unique-id>1526630606202525-4</unique-id>
|
||
|
<command>termite -e %f</command>
|
||
|
<description></description>
|
||
|
<patterns>*</patterns>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>system-file-manager-root</icon>
|
||
|
<name>Open folder as root</name>
|
||
|
<unique-id>1493475601060449-3</unique-id>
|
||
|
<command>pkexec thunar %f</command>
|
||
|
<description></description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>imagemagick</icon>
|
||
|
<name>Convert png to jpg</name>
|
||
|
<unique-id>1510662686010963-1</unique-id>
|
||
|
<command>convert %f -quality 90 `basename %f .png`.jpg</command>
|
||
|
<description>Convert png to jpg</description>
|
||
|
<patterns>*.png</patterns>
|
||
|
<image-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>ktexteditorautobrace</icon>
|
||
|
<name>Edit as root</name>
|
||
|
<unique-id>1526631419798289-11</unique-id>
|
||
|
<command>gksudo geany %F</command>
|
||
|
<description>edit as root</description>
|
||
|
<patterns>*</patterns>
|
||
|
<text-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>settings</icon>
|
||
|
<name>Ownership to root</name>
|
||
|
<unique-id>1526631155250282-8</unique-id>
|
||
|
<command>gnome-keyring-daemon -r -d;gksu "chown -R root:root %F"</command>
|
||
|
<description>Change permissions to root</description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
<audio-files/>
|
||
|
<image-files/>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
<video-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>settings</icon>
|
||
|
<name>Ownership to user</name>
|
||
|
<unique-id>1526631178674034-9</unique-id>
|
||
|
<command>gnome-keyring-daemon -r -d;gksu "chown -R $USER:$USER %F"</command>
|
||
|
<description>Change permissions to user</description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
<audio-files/>
|
||
|
<image-files/>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
<video-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>aplication-x-executable</icon>
|
||
|
<name>Make executable</name>
|
||
|
<unique-id>1526670239648084-2</unique-id>
|
||
|
<command>chmod +x %f</command>
|
||
|
<description>Make a file execuble</description>
|
||
|
<patterns>*</patterns>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>conky-manager</icon>
|
||
|
<name>Conkyzen</name>
|
||
|
<unique-id>1510943357717982-3</unique-id>
|
||
|
<command>am-conkyzen</command>
|
||
|
<description>conkyzen</description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
<audio-files/>
|
||
|
<image-files/>
|
||
|
<other-files/>
|
||
|
<text-files/>
|
||
|
<video-files/>
|
||
|
</action>
|
||
|
<action>
|
||
|
<icon>gitahead</icon>
|
||
|
<name>Open with gitahead</name>
|
||
|
<unique-id>1587287434852027-1</unique-id>
|
||
|
<command>gitahead %F</command>
|
||
|
<description>Open with gitahead</description>
|
||
|
<patterns>*</patterns>
|
||
|
<directories/>
|
||
|
</action>
|
||
|
</actions>
|