mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Basic structure
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
* Test
|
* Intro
|
||||||
hi
|
** Defining completion functions
|
||||||
** this
|
* Utility functions with example code
|
||||||
there
|
** compadd
|
||||||
*** foobar
|
** _gnu_generic
|
||||||
does
|
** _arguments
|
||||||
** one
|
** _regex_arguments
|
||||||
this look ok?
|
** _regex_words
|
||||||
|
** _values
|
||||||
|
** _comma_separated
|
||||||
|
* Putting it all together
|
||||||
|
* Other resources
|
||||||
|
Nicely formatted short tutorial showing basic usage of the _arguments function: http://wikimatze.de/writing-zsh-completion-for-padrino.html
|
||||||
|
A slightly more advanced tutorial showing usage of the _arguments function: http://www.linux-mag.com/id/1106/
|
||||||
|
zshcompsys man page: http://linux.die.net/man/1/zshcompsys
|
||||||
|
|||||||
Reference in New Issue
Block a user