hi mouser,
i can't let go this idea... (already suggested a few times)
i really really miss the possibility to create dynamic alias...
for instance, you work on a particular project, that project has folder shortcuts, internet favorites, code snippets, etc.
one cannot have aliases that will work on that particular project dynamically... one cannot create a dosearch alias with a changing folder search...
dosearch +searchfolder
you cannot change the path of +searchfolder... dynamically without going into FARR's options
even if you change the FindAndRunRobot.ini file, it does not work right away, it works after restarting FARR
i personnaly use FARR as a top layer in my workflow, i work on more that 150 projects
i switch from one to another using FARR with just a few keystrokes (by indexing autohotkey files, each one of them corresponding to a particular project, you run one, the current project is set)
when switching from one project to another (within 1 or 2 seconds <= i insist), i'd like to have some alias switching too (within that same 1 second !)
i guess there are many ways to do it
maybe it should be done through command-line ?
FindAndRunRobot.exe -changealias aliasname=dosearch c:\_snippets\projectname\ +open_snippets -alias -.ini +. $$2
FindAndRunRobot.exe -changesearchfolder folderkeyword=c:\newpath (not sure about this one, since keyword are optionnal, and you can have more than one...)
-changealias would change the alias AND "reload" it
then we can imagine -addalias, -deletealias
that would be so great, so many uses...