aboutsummaryrefslogtreecommitdiff
path: root/zsh-completion
AgeCommit message (Collapse)AuthorFiles
2012-02-03Fix indentationLukas Fleischer1
Indent code using tabs (instead of spaces) in all source files. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-08-27rc.d: handle a set of optionsSebastien Luttringer1
rc.d can now take --started, --stopped, --auto, --noauto as option which help user to filter list of daemon for all actions As a corollary list command can now take a list of dameon to display All kind of arguments can be mixed to obtain the proper output. zsh and bash completion are updated Note: Output of help command exit 0 and is no more printed on stderr Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-06-18rc.d: Update bash and zsh completion scriptsSebastien Luttringer1
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-05-23rc.d zsh completion detect running daemonsSebastien Luttringer1
This patch adds functionalities of bash completions about running demons Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-05-22Add a zsh completion script for the command rc.d.Clément Démoulins1
seblu: Fix typo, add vim modeline Signed-off-by: Sebastien Luttringer <seblu@seblu.net>