Thread bash completion für subversion wie in zsh?
(22 answers)
Opened by pq at 2010-07-04 14:29
ja, daran hatte ich auch schon gedacht, ich habe das aber noch nicht gefunden.
wo liegen die zsh-completion skripte? habe schon mit locate gesucht, aber nix gefunden. aha, jetzt habe ich nochmal statt locate completion locate Completion ausgeführt, da kommt was: /usr/share/zsh/functions/Completion/Unix/_subversion (hätte nicht erwartet, dass das grossgeschrieben wird) sieht allerdings sehr kryptisch aus. und passt auch leider nicht für die bash =( edit: bei scp funktioniert das übrigens: Code: (dl
)
$ scp file user@host:/path/to<TAB> eventuell gucke ich mal, wie das dort gemacht ist Last edited: 2010-07-04 15:59:33 +0200 (CEST) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |