topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 18, 2024, 12:17 am
  • 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: Explicit directory search for parameters  (Read 3442 times)

john_hammond

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Explicit directory search for parameters
« on: May 07, 2013, 07:00 AM »
I am note sure if this is possible yet, but I would like to use the explicit directory search when typing alias or other application parameter. So for example, when I start typing c:\ after notepad, FARR should show the directory browse window below and help me find the file faster:
notepad c:\test\doc.txt

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: Explicit directory search for parameters
« Reply #1 on: May 07, 2013, 07:05 AM »
In the help file look for the topic "Using Alias Action Keywords" which is about 10 down in the "Advanced Use" chapter.

Basically if you make an alias that uses $$1, you can write +aliasname in your search when you do an explicit directory search to launch the alias on the found file.

john_hammond

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Re: Explicit directory search for parameters
« Reply #2 on: May 07, 2013, 10:02 AM »
Thanks. I've tried that, but it seems I've added a conflicting alias, which prevented it from working. Now I've removed the conflict and it works.

Just a little clarification for the help file. It says:
Now you can type in your search:
+hexedit mydocsearch...
but probably should be:
Now you can type in your search:
mydocsearch +hexedit
Because if you type the alias in the beginning, it does not work (at least for me).

P.S.: I've just started using FARR and so far it is quite good!

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: Explicit directory search for parameters
« Reply #3 on: May 07, 2013, 12:28 PM »
Thanks very much for the report john i will fix help file!