I've had this wish for FARR before, but mouser thought not: With a numbered menu of options you have only 9 choices available at a single keystroke. But if you enumerate options with letters, you get up to 26 choices available with a single keystroke. I do so wish letter enumeration were an option for FARR, and still do not understand the impediments to it.
For an example of the difference, check out wcd, fast directory changer for windows at
http://www.xs4all.nl...lan/#WCD_BETA_ANCHOR. Compare it, for instance to one of the FARR plugins that uses the locate2 database. If you want to go to one of the twenty odd directories you've named, tmp -- just type tmp at the prompt, hit the letter, j (for example) and you are there.
I care, because I become increasingly weary of the ubiquitous mouse. Indeed, I would love to use FARR more and more like a single, simple, unix-like command interface.
For those interested, I use wcd with the locate32 database, so I need not keep updating multiple databases. I also use the explorer replacement xplorer2 with this batch file:
@echo off
set WCDHOME=c:\dos\wcd
set /p ans=Directory:
locate.exe -ld %ans% > c:\tmp\data
c:\dos\wcd\wcdwin32.exe -G C:\tmp -f c:\tmp\data *%ans%*
call c:\tmp\wcdgo.bat
C:\Programs\xplorer2_lite\xplorer2_lite.exe /M "%CD%"