milis/ayarlar/xfce4/panel/xfce4-clipman-actions.xml

44 lines
1.0 KiB
XML
Raw Normal View History

2017-05-26 01:58:15 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<name>Hatalar</name>
<regex>bug\s*#?\s*([0-9]+)</regex>
<group>0</group>
<commands>
<command>
<name>GNOME Hatası</name>
<exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
</command>
<command>
<name>Xfce Hatası</name>
<exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
</command>
</commands>
</action>
<action>
<name>Resim</name>
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
<group>0</group>
<commands>
<command>
<name>Gimp ile Düzenle</name>
<exec>gimp-remote &quot;\0&quot;</exec>
</command>
<command>
<name>Ristretto ile görüntüle</name>
<exec>ristretto &quot;\0&quot;</exec>
</command>
</commands>
</action>
<action>
<name>Uzun URL</name>
<regex>http://[^\s]{120,}</regex>
<group>0</group>
<commands>
<command>
<name>URL&apos;yi kısalt</name>
<exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
</command>
</commands>
</action>
</actions>