Daniel Shahaf

Results 56 issues of Daniel Shahaf

In `zsh -f` with `autoload compinit && compinit` [= standard minimal example setup], `git ann` doesn't complete to `git annex`. That may be made to work by setting `zstyle ':completion:*:*:git:*'...

This completes unversioned files for `git add`. Ignored files are included iff `--force` has been passed. The code is based on `_git-add` in the zsh distribution.

$common_opts must be passed to `_arguments`, so call that function. While here, add support for numeric ranges N-M. Fixes Schnouki/git-annex-zsh-completion#3.

@mcornella posted on https://www.zsh.org/workers/49600 a code snippet for quickly eval'ing a string on various zsh versions: https://github.com/mcornella/dotfiles/blob/4bf802f6/functions#L78-L118 It might be useful to link that from the documentation here? Or perhaps...

Hi, https://paste.debian.net/plain/819415 says "Entry not found" but returns HTTP code 200. Could it return code 404 please? That would enable [caste](https://github.com/danielshahaf/caste#motivation) to display only a 404 error message rather than...