topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 7:16 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Thanks Mouser great new feature for FARR !!  (Read 3233 times)

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
Thanks Mouser great new feature for FARR !!
« on: July 18, 2007, 04:38 AM »
You can start FARR with some commandline options for advanced usage:
  • -standalone = start FARR visible and in taskbar, and exit on close of window
  • -search "search string" = start FARR visible (or bring up any running copy) and start a search
  • -show = start FARR visible (or bring up any running copy)
  • -exit = exit any running copy of FARR.

This is great new feature !
i personnaly use it with autohotkey
i set up an hotkey to copy text or files path (when in my explorer) and open FARR with a search string ...

^!+c::
SendPlay ^c
ClipWait, 0.5
Run, C:\Documents and Settings\Nico\My Documents\Program Files\FindAndRunRobot\FindAndRunRobot.exe -search "c "
return

easy and seems reliable  :Thmbsup:

one other idea, still using autohotkey, is to open FARR with the clipboard content as the search string...

^!+c::
SendPlay ^c
ClipWait, 0.5
Run, C:\Documents and Settings\Nico\My Documents\Program Files\FindAndRunRobot\FindAndRunRobot.exe -search "%clipboard%"
return

let's say you select an url, press the hotkey and it brings FARR with the url in the search box, ready to be opened in a new browser, saved to del.icio.us (using curl), etc... thanks to a regex alias
^(https?://)?(([0-9a-z_!~*'().&=+$%-]+: )?[0-9a-z_!~*'().&=+$%-]+@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-z_!~*'()-]+\.)*([0-9a-z][0-9a-z-]{0,61})?[0-9a-z]\.[a-z]{2,6})(:[0-9]{1,4})?((/?)|(/[0-9a-z_!~*'().;?:@&=+$,%#-]+)+/?)$

that's a cool idea  :D
 

nitrix-ud

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 560
    • View Profile
    • Donate to Member
Re: Thanks Mouser great new feature for FARR !!
« Reply #1 on: July 18, 2007, 10:15 AM »
easy and seems reliable
i'm quoting myself  :D

true it's easy and reliable, but slow
it take almost a second to bring up FARR using the search string

it would be great if it could be faster  :-[

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thanks Mouser great new feature for FARR !!
« Reply #2 on: July 18, 2007, 12:07 PM »
yes, i think i can speed it up.