You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.0 KiB

{% calculate format='regex', comment='xml' %}
<reg>&lt;/action&gt;
( &lt;action&gt;
&lt;icon&gt;edit-find&lt;/icon&gt;
&lt;patterns&gt;*&lt;/patterns&gt;
&lt;name&gt;Search&lt;/name&gt;
&lt;name xml:lang="ru"&gt;Поиск&lt;/name&gt;
&lt;command&gt;catfish --fileman=thunar --path=%f&lt;/command&gt;
&lt;description&gt;find files or filders&lt;/description&gt;
&lt;description xml:lang="ru"&gt;найти файлы и папки&lt;/description&gt;
&lt;directories/&gt;
&lt;/action&gt;)?
</reg>
<text>&lt;/action&gt;
{% if pkg('dev-util/catfish') %} &lt;action&gt;
&lt;icon&gt;edit-find&lt;/icon&gt;
&lt;patterns&gt;*&lt;/patterns&gt;
&lt;name&gt;Search&lt;/name&gt;
&lt;name xml:lang="ru"&gt;Поиск&lt;/name&gt;
&lt;command&gt;catfish %f&lt;/command&gt;
&lt;description&gt;find files or filders&lt;/description&gt;
&lt;description xml:lang="ru"&gt;найти файлы и папки&lt;/description&gt;
&lt;directories/&gt;
&lt;/action&gt;
{% endif %}</text>