aboutsummaryrefslogtreecommitdiff
path: root/bash-completion
AgeCommit message (Collapse)AuthorFiles
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-07-07changing _rd.d to _rc_d to avoid:derhoch1
/etc/bash_completion.d/rc.d: line 19: `_rc.d': not a valid identifier Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-06-27Use _get_comp_words_by_ref in bash completionSebastien Luttringer1
Thanks Dave Reisner for suggestion 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-22rc.d bash completion detect running daemonSebastien Luttringer1
This patch adds sexy features from Auguste Pop bash completion patch. Mainly, detect if a daemon is running and complete accordingly Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-05-22Add rc.d bash completionSebastien Luttringer1
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>