zsh-users
 help / color / mirror / code / Atom feed
* glob completion without menu style completion
@ 2000-09-15 17:30 E. Jay Berkenbilt
  2000-09-15 18:00 ` Andrej Borsenkow
  0 siblings, 1 reply; 6+ messages in thread
From: E. Jay Berkenbilt @ 2000-09-15 17:30 UTC (permalink / raw)
  To: zsh-users


(zsh-3.1.9-dev-6)

If I type 

rmdir TAB

I get a list of only directories.

If I setopt glob_complete and do 

rmdir *TAB

then each subsequent tab cycles through only directories.

If I don't have setopt glob_complete and I do

rmdir *TAB

the * gets replaced with all files in the directory that would be
matched by * if I were to just hit return at that moment.

Is there a way to get it so that when I type

rmdir *TAB

the * gets replaced with all the choices that the completion system
returns at that time (i.e., whatever glob pattern I've typed should be
applied to the completion choices rather than to files)?  I don't see
an option to do this.

This would be so great for commands like cvs add and cvs rm.......

--
E. Jay Berkenbilt (ejb@ql.org)  |  http://www.ql.org/q/


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-09-18  7:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-15 17:30 glob completion without menu style completion E. Jay Berkenbilt
2000-09-15 18:00 ` Andrej Borsenkow
2000-09-15 18:55   ` Bart Schaefer
2000-09-15 19:52     ` E. Jay Berkenbilt
2000-09-18  7:05     ` Andrej Borsenkow
2000-09-15 18:59   ` E. Jay Berkenbilt

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).