<?xml version="1.0" encoding="UTF-8"?>
<actions>
	<action>
		<name>Bugz</name>
		<regex>bug\s*#?\s*([0-9]+)</regex>
		<group>0</group>
		<commands>
			<command>
				<name>GNOME 缺陷</name>
				<exec>exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
			</command>
			<command>
				<name>Xfce 缺陷</name>
				<exec>exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>图片</name>
		<regex>(http|ftp).+\.(jpg|png|gif)</regex>
		<group>0</group>
		<commands>
			<command>
				<name>使用 Ristretto 查看</name>
				<exec>ristretto &quot;\0&quot;</exec>
			</command>
			<command>
				<name>使用 Gimp 编辑</name>
				<exec>gimp-remote &quot;\0&quot;</exec>
			</command>
		</commands>
	</action>
	<action>
		<name>长 URL</name>
		<regex>http://[^\s]{120,}</regex>
		<group>0</group>
		<commands>
			<command>
				<name>短 URL</name>
				<exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
			</command>
		</commands>
	</action>
</actions>