Make action content sensitive
Brought to you by:
rickyrockrat
Hi,
a nice feature is to affect an regexp to an action in order to propose it only when clipboard match the regexp.
Ex :
action : "open in firefox" , rexep "http://...", action: "firefox %s"
selecting : http://sourceforge.net -> propose "open in firefox"
more complex :
action : "resize to 800x400" , rexep "./(.jpg)", action: "convert %s -resize 800x400 mini-$1"
selecting : /home/toto/grandeimage.jpg -> propose "resize to 800x400"