44 lines
1.0 KiB
XML
44 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<actions>
|
|
<action>
|
|
<name>Erros</name>
|
|
<regex>bug\s*#?\s*([0-9]+)</regex>
|
|
<group>0</group>
|
|
<commands>
|
|
<command>
|
|
<name>Erro GNOME</name>
|
|
<exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
|
|
</command>
|
|
<command>
|
|
<name>Erro Xfce</name>
|
|
<exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
|
|
</command>
|
|
</commands>
|
|
</action>
|
|
<action>
|
|
<name>Imagem</name>
|
|
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
|
|
<group>0</group>
|
|
<commands>
|
|
<command>
|
|
<name>Editar com Gimp</name>
|
|
<exec>gimp-remote "\0"</exec>
|
|
</command>
|
|
<command>
|
|
<name>Ver com Ristretto</name>
|
|
<exec>ristretto "\0"</exec>
|
|
</command>
|
|
</commands>
|
|
</action>
|
|
<action>
|
|
<name>URL longa</name>
|
|
<regex>http://[^\s]{120,}</regex>
|
|
<group>0</group>
|
|
<commands>
|
|
<command>
|
|
<name>Encurtar URL</name>
|
|
<exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
|
|
</command>
|
|
</commands>
|
|
</action>
|
|
</actions> |