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, 1:46 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: "Mail" instead of "Thunderbird"  (Read 10088 times)

siouxdax

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 247
  • Lather. Rinse. Repeat.
    • View Profile
    • Non-Event: The Daniel Headrick Saga
    • Read more about this member.
    • Donate to Member
"Mail" instead of "Thunderbird"
« on: November 20, 2009, 01:51 PM »
Hello all:
How can I use the word "mail" instead of "Thunderbird" to launch it via FARR. Keep in mind I have no idea how to write an alias...
Kind Regards,
Daniel in Tulsa
AKA siouxdax

Visit my tumblog!

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #1 on: November 20, 2009, 02:42 PM »
I have no idea how to write an alias...

neither have I . .
I'd simply make another shortcut for Thunderbird, rename it to 'Mail' & place it somewhere that FARR looks
Tom

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: "Mail" instead of "Thunderbird"
« Reply #2 on: November 20, 2009, 02:50 PM »
  • Search for thunderbird inside farr.
  • When it comes up in results, right click on it and you'll see the context menu.
  • Choose "Add to group Alias-> new alias group"
  • Name the new alias group "mail".
  • Give it a high score like 2000.
  • Click Ok.
  • All done.

siouxdax

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 247
  • Lather. Rinse. Repeat.
    • View Profile
    • Non-Event: The Daniel Headrick Saga
    • Read more about this member.
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #3 on: November 20, 2009, 03:25 PM »
  • Search for thunderbird inside farr.
  • When it comes up in results, right click on it and you'll see the context menu.
  • Choose "Add to group Alias-> new alias group"
  • Name the new alias group "mail".
  • Give it a high score like 2000.
  • Click Ok.
  • All done.

Fantastic! That was far easier than I thought it would be. Yay! Now I can do some more tweaking! Thank you!
Kind Regards,
Daniel in Tulsa
AKA siouxdax

Visit my tumblog!

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
How to show (just) contents of particular folder in FARR window ?
« Reply #4 on: November 22, 2009, 08:38 AM »
I know this is probably covered elsewhere - I did search but it's very difficult to narrow it down:

Can I use FARR to show a particular folder contents (also presumably best done using an alias ?)
e.g. my Note folder to show my current notes
Say with alias NN, FARR will show the just contents of that folder.

If I add NN to the alias as 'Reg expression' just the folder shows & launches (in file manager) if 'opened'
If I add an * to end of the path, no joy either ( E:\Portable\Note\*)

I'm slowly figuring out the interface - lost the alias for a while & then realised it was under 'myaliases.alias'
Was also confused by the two tickboxes - one beside the alias, one top-right but see now that one is for individual aliases & the other for the group (for a beginner who only has one alias in the 'group' - eh, sometimes things sink in slowly!)
Tom

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: "Mail" instead of "Thunderbird"
« Reply #5 on: November 22, 2009, 08:53 AM »
it's a bit confusing to get used to, hopefully in the end it will start to get natural.

you can show the contents of a directory by simply typing that directory in the search edit box, like: E:\Portable\Note\

so to make an alias show this more easily, you can create a regex alias that matches like ^nn(.*)$
and in results put: dosearch E:\Portable\Note\ $$1

try that.

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #6 on: November 22, 2009, 09:07 AM »
so to make an alias show this more easily, you can create a regex alias that matches like ^nn(.*)$
and in results put: dosearch E:\Portable\Note\ $$1

try that.

thanks mouser, works a treat :up:
Tom

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: "Mail" instead of "Thunderbird"
« Reply #7 on: November 22, 2009, 09:10 AM »
the regex and $$1 lets you filter the contents of the directory in case you didn't guess already :)

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #8 on: November 22, 2009, 09:29 AM »
the regex and $$1 lets you filter the contents of the directory in case you didn't guess already :)

I'll take your word for that lol
if I need to actually filter for filetype at some stage I'll ask again - or is there a resource somewhere for people who dont have a clue ? (i.e. understandable for people who dont have a clue

Going back to the interface - I think what is most confusing (for me still) is that when I go to edit an alias, the window is titled "Edit group alias" and the first field says "Group alias name" - but if I'm editing a single alias that first field should say "Alias name" or if it's doubling up for both single & group aliases it could say "Group or Alias name" (?)
or
am I misunderstanding things?
Tom

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: "Mail" instead of "Thunderbird"
« Reply #9 on: November 22, 2009, 09:51 AM »
yes, the term Alias "Group" is very confusing, since it is used for many different things.. eventually i need to make this dialog clearer and easier.

as far a learning resource, there are dozens of screencasts here:

https://www.donationcoder.com/3ds/

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #10 on: November 22, 2009, 11:05 AM »
as far a learning resource, there are dozens of screencasts here:

https://www.donationcoder.com/3ds/

ah yes, thanks - I'll start off with the alias ones - I actually meant though: is there a resource for learning reg-ex for absoloute beginners (that you, or anyone could recommend) ?
Tom

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #11 on: November 22, 2009, 11:32 AM »

one last (?!) query:

I dont seem to be able to give the files in the folder preference (scorewise) and I dont understand the sort either. it's always the same sort but not alphabetical - they appear to be sorted by created date but cause there's currently only a few files I cant be 100% sure of that.

Not that important at the mo but, as I add more files to the folder, it would be helpful to know how that aspect (sort) works & if there's any options there.
Tom

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: "Mail" instead of "Thunderbird"
« Reply #12 on: November 22, 2009, 11:46 AM »
Go into options -> Folder Browsing -> Check the "Don't differentially score files in explicit directory browsing mode"

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,961
    • View Profile
    • Donate to Member
Re: "Mail" instead of "Thunderbird"
« Reply #13 on: November 22, 2009, 12:01 PM »
Go into options -> Folder Browsing -> Check the "Don't differentially score files in explicit directory browsing mode"

(a bit of a sheepish) Thanks!
I promise to study options & screencasts before I ask any more questions :-[ :)
Tom