Q: ^ ^ ^ something like that? Windows has tab completion only for file and folder names . was wondering if there is something out there that can do the same for the program names.
Re:Originally posted by: guy
Originally posted by: guy
the command promt has it
start / run / cmd
c:
cd pro <tab>
C:\>cd "Program Files"
uhh…it actually tabs…
Depends on what version of Windows you're on. XP and later have tab as command completion. If whatever version of Windows that oyu're running doesn't, then
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
"PathCompletionChar"=dword:00000009
is your friend.
Re:Originally posted by: guy
Originally posted by: guy
Hmm, I always wanted to make bash completion work more like windows cmd.exe :confused: I hate how bash refuses to complete the word when there is a conflict, instead of completing and then cycling through them in order as you continue to tab. I guess the ideal might be completion of both local dir files and path commands (except when prefixed with ./ of course), and tab cycling like windows except when you tap twice quickly, then it can give you the bash style list of options?
Interesting. I prefer bash's method because it gives me a list of ALL the choices (allowing me to more-easily see what's actually in the directory) and it's usually only one or two letter presses to get it to complete to the one I want (rather than many possible tabs).
Actually, I've been using cmd.exe a fair amount at work and… I hate it. Give me bash any day.
I'm thinking you can still get that list if you give tab the double-tap (in my ideal shell). Oh well, I guess that would probably annoy you when you try to cycle through quickly, windows style. Maybe it should just be configurable so you can pick which one you want.
Re:Cygwin bash is really what you want. It's super easy to install, too.
Re:Originally posted by: guy
Hmm, I always wanted to make bash completion work more like windows cmd.exe :confused: I hate how bash refuses to complete the word when there is a conflict, instead of completing and then cycling through them in order as you continue to tab. I guess the ideal might be completion of both local dir files and path commands (except when prefixed with ./ of course), and tab cycling like windows except when you tap twice quickly, then it can give you the bash style list of options?
Interesting. I prefer bash's method because it gives me a list of ALL the choices (allowing me to more-easily see what's actually in the directory) and it's usually only one or two letter presses to get it to complete to the one I want (rather than many possible tabs).
Actually, I've been using cmd.exe a fair amount at work and… I hate it. Give me bash any day. ![]()
Re:Hmm, I always wanted to make bash completion work more like windows cmd.exe :confused: I hate how bash refuses to complete the word when there is a conflict, instead of completing and then cycling through them in order as you continue to tab. I guess the ideal might be completion of both local dir files and path commands (except when prefixed with ./ of course), and tab cycling like windows except when you tap twice quickly, then it can give you the bash style list of options?
Re:tweakui gave me tab complete. but it doesn't give a list. it just completes to the first match i think
Re:Originally posted by: guy
the command promt has it
start / run / cmd
c:
cd pro <tab>
C:\>cd "Program Files"
uhh…it actually tabs…
Re:the command promt has it
start / run / cmd
c:
cd pro <tab>
C:\>cd "Program Files"
Re:Cygwin comes with bash. I've never used it myself though, so I'm not sure if it would do what you want.
Re:Originally posted by: guy
Think XP does this by default, but not as well as Linux.
Edit: Reread, you mean you want to have program jklasdf in your path, and be able to type jkl*tab* and have it complete the command? Or just tab completion, as in "cd C:\wi*tab* changes to "cd C:\Windows" when you hit the tab key?
i wan to be able to do note[tab] => notepad, if there are multiple matches, hit tab twice and see a list of alternatives… like bash…. was wondering if there's something like that for windows.
Re:you could check out Windows Services for Unix 3.5
MS FREEBIE (http://www.microsoft.com/windowsserversystem/sfu/default.mspx)
or wait till tonight and I'll start-up my machine where I have it installed and let you know
edit: No bash file-name completion… But there is csh and ksh — with their own conveniences at the command line. Plus a ton of other unix-like utilities — vi, sed, awk, etc, etc, etc.
Re:Think XP does this by default, but not as well as Linux.
Edit: Reread, you mean you want to have program jklasdf in your path, and be able to type jkl*tab* and have it complete the command? Or just tab completion, as in "cd C:\wi*tab* changes to "cd C:\Windows" when you hit the tab key?
0 Comments.