topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 16, 2024, 8:58 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: FARR newbie - need help for alias creation  (Read 6012 times)

ak_

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 223
    • View Profile
    • wopah
    • Read more about this member.
    • Donate to Member
FARR newbie - need help for alias creation
« on: June 21, 2007, 05:47 AM »
I've been using FARR for quite some time now, but only in a very basic way (no customization etc). Now i'd like to create an alias but i have no idea how to do it.

The idea would be to have an alias (like "dl") who displays the 9 most recent files in my download folder.

How can i do this ?

Thanks a lot.

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: FARR newbie - need help for alias creation
« Reply #1 on: June 21, 2007, 06:25 AM »
first answer:

Here's instructions for making an alias that shows the contents of a directory and let's you narrow the search:
https://www.donation...dex.php?topic=8781.0
(caveat: i may have broken something that causes this technique to stop working in the latest version! when i double checked it now it wasn't working for me -- looking into it). my mistake, it works fine -- i just forgot how to use it  :-[

second answer:

It's not possible to show only 9 most recent or to specifically say to sort by recency, but these are actually nice ideas about features to add.  i think i will at the least add some special modifiers (or plugin ability) to say to sort the results by date. so good idea  :up:
« Last Edit: June 21, 2007, 12:56 PM by mouser »

ak_

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 223
    • View Profile
    • wopah
    • Read more about this member.
    • Donate to Member
Re: FARR newbie - need help for alias creation
« Reply #2 on: June 21, 2007, 08:34 AM »
Thanks for the answer mouser :) Ok well i think i'll wait for these modifications.

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: FARR newbie - need help for alias creation
« Reply #3 on: July 02, 2007, 05:51 AM »
What's the right way/best way to call AHK scripts from FARR, please?


jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: FARR newbie - need help for alias creation
« Reply #4 on: July 02, 2007, 06:05 AM »
I usually call them directly by the file name...
I have farr searching in my ahk scripts folder, and whenever i want one i just search for the filename.

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: FARR newbie - need help for alias creation
« Reply #5 on: July 02, 2007, 08:06 AM »
another approach is to make one alias, let's say "myahk", and drag and drop all your favorite ahk files into it as results. then when you type myahk you will get a list of your favorite ahk files which you can launch.