[Thunar-workers] [Thunar File Manager] page added: documentation:custom_actions

thunar-workers at xfce.org thunar-workers at xfce.org
Sun Apr 16 23:42:46 CEST 2006


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2006/04/16 21:42
Browser     : Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051116 Firefox/1.0.7
IP-Address  : 80.131.227.16
Hostname    : p5083E310.dip.t-dialin.net
Old Revision: none
New Revision: http://thunar.xfce.org/pwiki/documentation/custom_actions
Edit Summary: add separate page for custom actions
User        : benny

====== Custom actions ======

Thunar allows users to add custom actions to the file and folder context menus (by the use of the ''thunar-uca'' plugin, part of the Thunar distribution, in the ''plugins/'' subdirectory). You can setup new actions in the **Custom Actions** dialog, available via the **Configure custom actions...** item in the **Edit** menu.

{{ documentation:thunar-custom-actions.png }}


===== Examples =====

Here are a few useful examples of custom actions, feel free to extend this list.

==== Extract archives ====
    * Name: Extract here (bzip2)
    * Command: tar xjf %n
    * File pattern: *.tar.bz2;*.tbz2
    * Appears if selection contains: Other Files

    * Name: Extract here (zip)
    * Command: unzip %f
    * File pattern: *.zip
    * Appears if selection contains: Other Files

==== Play music ====
    * Name: Play with XMMS
    * Command: xmms %F
    * File pattern: *
    * Appears if selection contains: Directories, Audio Files

==== Burn ====
    * Name: Burn with K3B
    * Command: k3b --cdimage %f
    * File pattern: *.iso
    * Appears if selection contains: Other Files

==== View images ====
    * Name: View with GQview
    * Command: gqview %f
    * File pattern: *
    * Appears if selection contains: Directories, Image Files


-- 
This mail was generated by DokuWiki at
http://thunar.xfce.org/pwiki/




More information about the Thunar-workers mailing list