Hi, i'm trying FARR and i need a bit of help. First of all, sorry for my english, not my home lang.
Actually i'm trying to migrate from Launchy to FARR but, it's a bit more difficult than i though.
I mainly use Launchy for one thing, the Runny plugin.
I use runny to invoke a program with a variable number of parameters so, in Launchy i simply type..
rtm [TAB] param1 [TAB] param2 [TAB] param3
and it invokes my program with the 0,1,2 or 3 parameters that i've typed
eJ C.\Program Files\rtm\rtm.exe param1 param2 param3
i think in farr this behavior is acomplished using alias with Regex but i'n no xpert in using Regex.
How can i acomplish the same behaviour? note that i could not enter parameters, or only 1 or 2 or the whole 3 .
I achieve to invoke the program with 3 params but no with 2 using a single regex..
anyway.is there any help with the expressions used in aliases?
thanks in advance.