Version 1.07.10 - Sep 16, 2005
[feature] Added environment variables in dir paths for search %USERPROFILE%, %USERNAME%, %ALLUSERSPROFILE%, %MYDOCUMENTS%, %MYFAVORITES%
[bugfix] regex field replacement failed if two fields were directl adjacent, e.g. $$1$$2
a suggested group alias:
Group Alias Name: www
Regular Expression: \A(http:\/\/|ftp:\/\/|www\.)(.+)
Results:
Surf to $$1$$2 | $$1$$2
-------------------
this will let you just type in:
www.amazon.comhttp://www.amazon.cometc.
and then surf to it.
note: you can set a custom browser in F&R now, and if so, it will be used instead of defeault browser.
note2: you could alternatively add a simply alias like:
Group Alias Name: www
Regular Expression: surf (.*)
Results:
Surf to $$1 | $$1
so that you would type:
surf
www.amazon.comsurf
http://www.amazon.cometc.