Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Not everyone seems to think Bash’s Git completion is better than Zsh’s
- X-seq: zsh-workers 31415
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Not everyone seems to think Bash’s Git completion is better than Zsh’s
- Date: Mon, 20 May 2013 07:57:16 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=A+RLHSYCQhTQDxtBr01QnR2HatQz0GQrcgTFEmOvECs=; b=gHTquWf5Nf/Lcpmvh4Dso8QWnxK1v8A7e+d5/vIbUy3ApRDm29D7XWoYt3zFulsIDS DK84FIxpWYlO2QCjDuvXjJlGkWVmXyFrI5BUNRZAV7jYB5yfLCwZCWwfqYK1+NSzAsrk LUz9N8JrbP9XkcrYJ3pAkPWyFI98m5vcEkcftqsc5LOQV1uwnZSASe8YOVTWI3L+j+j8 NW+LkxdOY1z9mbFsb3wn/pEQq3PL4X6N6WhEVzcPC84v0uTBwxtAXPzRfvhx5MLbr3C8 Xwp0UV7k2Ny0irXuTOR/ZY8WqYks5LWpZYuDPZhQV2MFLcvAim0YnhU4Vm8/pxKIlZJD xFNA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
> Here’s a presentation that compares Zsh’s Git completion with Bash’s and (for
> once?) we come out on top.
>
> http://www.slideshare.net/jaguardesignstudio/why-zsh-is-cooler-than-your-shell-16194692
Of course you come up on top, because the guy isn't even testing git's
completion.
He says you can install the bash-completion package to get the
completions, but he is wrong; git completions work without
bash-completion, and many distributions ship them that way so users
get them automatically when installing git.
http://felipec.org/git-bash-shot.png
Moreover:
* no cycling through options with repeated tabs?
* breaks to new prompt line on each tab instead of updating in-place?
bind '"\t":menu-complete'
Also, he has no idea of git's zsh completion:
http://felipec.org/git-zsh-shot.png
So of course he didn't do a fair comparison; he compared no completion
to zsh-zsh's completion. And then git-bash's completion, but never
compared git-zsh's completion.
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author