Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
cvs-like file completion
- X-seq: zsh-users 11544
- From: Chris Johnson <cjohnson@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: cvs-like file completion
- Date: Tue, 12 Jun 2007 08:18:24 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi. Anyone familiar with the intimacies of completion know how I could
make completion work like it does after "cvs add", but for a custom
shell script?
That is, I want to complete for a script cvsvimdiff all files that need
committing to the cvs repository. Something like:
compdef cvsvimdiff="cvs add"
This isn't legal, of course, but that's the idea.
Thanks for any input!
--
Chris Johnson
cjohnson@xxxxxxxxxx
http://www.cs.utk.edu/~cjohnson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author