@CatamountJack
this one's got me baffled too
your "enable" alias autocompleting to a path ???
+ i don't understand why your aliases would not work
i have similar ones that work nicely...
mouser we need you
what i suggested to mouser :
-autocomplete to the alias name + a space
OR
-autocomplete to whatever the user specified in a new autocomplete box in the alias edit dialog
that way we could give very meaningful names to an alias, so that we could "search" for it...
for instance :
Group Alias Name: disable windows services hardwares
RegEx Pattern: ^disable (.*)?
Autocomplete: disable{space}
Results: disable $$1 | c:\shortcuts\disable.bat $$1
so you could type windows services to find you alias, but it would autocomplete to the correct "regex pattern"
today the best is to always keep the same name for the alias and the beginning of the regex pattern...
if the autocomplete box stays empty, then FARR autocompletes to the alias name + a space...