Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
releng:4.10:roadmap:xfce4-appfinder [2011/12/13 12:54] – [Simple Extensions] nickreleng:4.10:roadmap:xfce4-appfinder [2011/12/13 12:56] – [Custom Actions] nick
Line 44: Line 44:
 ===== Custom Actions ===== ===== Custom Actions =====
 A bit like the Thunar custom actions, it is also possible to parse commands you type in the launch entry. It has 2 modes to match commands: A bit like the Thunar custom actions, it is also possible to parse commands you type in the launch entry. It has 2 modes to match commands:
-  * Match by prefix. This allows to add [[https://duckduckgo.com/bang.html|!bang]] like launcher.+  * Match by prefix. This allows to add [[https://duckduckgo.com/bang.html|!bang]] like launcher. With this technique we added support for launching in a terminal, just prefix the command with a **!**.
   * Match by regular expression. This way complex launchers can be created to match for example email addresses (to launch a mail reader).   * Match by regular expression. This way complex launchers can be created to match for example email addresses (to launch a mail reader).
 +
 +A lot is possible this way, so you can create aliases or special launchers for gksu; we leave that up to you!
 ===== Other Ideas ===== ===== Other Ideas =====