Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: minor annoyance with zsh and git flow
- X-seq: zsh-users 16053
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: minor annoyance with zsh and git flow
- Date: Thu, 26 May 2011 13:16:12 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=mv1rhepry/QgZvVcHohjaml/FMEohBwyC0jRpgehDak=; b=rEawyTs0b2kCzxa1wViE1XVqFmj0IrZP6527nHWCLWJH3S7VLjIJ0irEWqbSvoo6Wt YjwXeCGyYfkTctSgJ8/CbcgsKNECvyaXNV28cILDwlijBAawypZ7G3hUw0My+mbYzqbg TgymsmjsMPey3sNldLWvPtnys5Eaifcwzx7NY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=r3N/tO1duNKmIPtTrZ6579f3V3zeEEdBLZG+ToeLaFt3blFnrrxYra8XLF0x8Yu0VP NMJol6Ha7X3IOVTKvqL+fwhmDPp8zuKQ8GI6dakJhDWhzosXP9dkLUboHVa/rrEQJwMy BMY6Ty7v3LvUs807LYEv/e4IPtYt5Bj4wplKM=
- In-reply-to: <110525172234.ZM24316@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <BANLkTinpJSkSfjM6WyxodxL+oV=QUExDog@mail.gmail.com> <110525172234.ZM24316@torch.brasslantern.com>
On Thu, May 26, 2011 at 02:22, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Of course the root of all this is that "subcommands" are not a concept
> that unix-derived shells were ever designed to deal with. This ...
You are raising an interesting point. Realistically speaking, love it
or hate it, this kind of syntax will only become more common over time
which means a way to deal with this generically would be helpful.
Of course, this more or less requires zsh to actually know what
commands a program can understand and with what syntax. Part of this
information could be gleaned from completions, I guess.
A different approach would be to define syntax files for commands
(EBNF?) which could be distributed with the programs themselves or at
least shared between shells. Dreaming some more, this could then even
be helpful for zsh's long-long-term possibility of syntax highlighting
capabilities..
I'll stop babbling now, but the more I think about it, the more I
think it's an interesting idea...
Richard
PS: If zsh, Bash, fish, you name it could generate their own
completion definitions from EBNF or similar, this could be a huge
boost to having current completions everywhere.
PPS: And it could even solve the old "keep zsh's git completion in
git's git or zsh's" debate.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author