I was told to only use zsh for zsh completion, However if it is ok to
use awk instead, I can use that.
Also about parse opts I can remove the : :_files or : :_keys for
anything that does not allow for arguments in the parseopts branch,
whenever it is merged.
On Sun, Apr 15, 2012 at 09:02:05PM -04
On Sun, Apr 15, 2012 at 09:02:05PM -0400, Dave Reisner wrote:
> On Sun, Apr 15, 2012 at 01:16:43PM -0400, Daniel Wallace wrote:
> > this patch adds a _pacman_key function to the _pacman zsh site function
> > so that zsh users can have completion for pacman-key and other
> > files which may be used
On Sun, Apr 15, 2012 at 01:16:43PM -0400, Daniel Wallace wrote:
> this patch adds a _pacman_key function to the _pacman zsh site function
> so that zsh users can have completion for pacman-key and other
> files which may be used with pacman-key
>
> Signed-off-by: Daniel Wallace
> ---
I don't kn
Right now the only completion for zsh for makepkg comes from pkgtool,
and the 2 options that come from that are --chown and --linkadd which
aren't options for makepkg anyway. This should add completion for all
the flags for makepkg
sorry about the last email, apparently I had messed with somethin
right now the only completion for zsh for makepkg comes from pkgtool,
and the 2 options that come from that are --chown and --linkadd which
aren't options for makepkg anyway. This should add completion for all
the flags for makepkg
Signed-off-by: Daniel Wallace
---
contrib/zsh_completion.in |
this patch adds a _pacman_key function to the _pacman zsh site function
so that zsh users can have completion for pacman-key and other
files which may be used with pacman-key
Signed-off-by: Daniel Wallace
---
contrib/zsh_completion.in | 58 +
1 file
On Sun, Apr 15, 2012 at 04:17:52PM +0200, Arokux B. wrote:
> On Fri, Apr 6, 2012 at 1:49 AM, Arokux B. wrote:
> > This patch adds "[installed]" prefix to already installed optional
> > dependency.
> >
> > Signed-off-by: Arokux aro...@gmail.com
> > ---
> > src/pacman/util.c | 43 +++
On Fri, Apr 6, 2012 at 1:49 AM, Arokux B. wrote:
> This patch adds "[installed]" prefix to already installed optional dependency.
>
> Signed-off-by: Arokux aro...@gmail.com
> ---
> src/pacman/util.c | 43 +--
> 1 file changed, 29 insertions(+), 14 deletio