zsh-users
 help / color / mirror / code / Atom feed
* autocompletion of file url's
@ 2006-08-02 21:57 Nathan Haigh
  2006-08-02 21:34 ` Peter Stephenson
  0 siblings, 1 reply; 8+ messages in thread
From: Nathan Haigh @ 2006-08-02 21:57 UTC (permalink / raw)
  To: zsh-users

I've started using subversion a bit recently and it annoys the hell out
of me when you have to specify repositories etc with file urls since
autocompletion doesn't work. e.g.

svn import tmp/myproject file:///path/to/my/svn/repo

i'd like to be able to type:

svn import tmp/myproject file:///p<tab>
to autocomplete to:
svn import tmp/myproject file:///path

and so on like this:

svn import tmp/myproject file:///path/t<tab>
completes to:
svn import tmp/myproject file:///path/to


I have no idea where to start with zshcompsys and writing
commands/functions to my .zshrc file, so any help would be much appreciated.

Kind regards
Nathan


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

end of thread, other threads:[~2006-08-06  3:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-02 21:57 autocompletion of file url's Nathan Haigh
2006-08-02 21:34 ` Peter Stephenson
2006-08-03  9:29   ` Nathan Haigh
2006-08-03  9:16     ` Peter Stephenson
2006-08-03 10:09     ` Nathan Haigh
2006-08-03  9:21       ` Peter Stephenson
2006-08-06  3:21       ` Thor Andreassen
2006-08-03 12:34     ` Clint Adams

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).