Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
34f2c82886
3 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.176"
|
||||
subject="comment 7"
|
||||
date="2014-05-28T00:02:42Z"
|
||||
content="""
|
||||
The string is indeed truncated; it seems that something, probably the EvilSplicer is doing effectively a s/\w+:// on the string.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.176"
|
||||
subject="comment 8"
|
||||
date="2014-05-28T00:04:58Z"
|
||||
content="""
|
||||
Almost certinaly the EvilSplicer; it contains a hack to remove package-version qualifications from symbols. (s/package-version:symbol/symbol/)
|
||||
"""]]
|
13
doc/tips/ZSH_completion.mdwn
Normal file
13
doc/tips/ZSH_completion.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
ZSH users, here's some good news: after 2 years of silence, the completion function for git-annex has been updated. It now supports *all* git-annex commands (as of 5.20140517) and has many improvements for completing arguments, remotes, groups, and backends.
|
||||
|
||||
To install it:
|
||||
|
||||
1. make sure your have Python 3 installed (as `python3` somewhere in your `$PATH`; tested with 3.4, should work with 3.2+)
|
||||
2. get it from [GitHub](https://github.com/Schnouki/git-annex-zsh-completion)
|
||||
3. copy `_git-annex` to somewhere in your `$fpath` (I use `$HOME/.config/zsh/completion`)
|
||||
4. run `autoload -U path/to/_git-annex`
|
||||
5. type `git annex <TAB>`
|
||||
|
||||
This is very far from being perfect, but it's (IMHO) better than nothing. If you have any issue or suggestion, please [tell me](https://github.com/Schnouki/git-annex-zsh-completion/issues)!
|
||||
|
||||
Many thanks to Frank Terbeck and Valentin Haenel, the original authors of this completion function ([source](https://github.com/esc/git-annex-zsh-completion)).
|
Loading…
Reference in a new issue