summaryrefslogtreecommitdiffstats
path: root/contrib/bash-completion
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Add edit subcommand to netctlJouke Witteveen1-2/+2
2014-05-06Add is-enabled subcommand to netctlJouke Witteveen1-2/+2
2014-03-01Update bash-completion for netctl-autoJouke Witteveen1-2/+7
2013-02-05Move the location for profilesJouke Witteveen1-1/+1
Old location: /etc/network.d New location: /etc/netctl This should ease migration from netcfg and is a better path anyway.
2013-02-01Improve completionJouke Witteveen1-14/+41
- Add Bash completion for netctl-auto and wifi-menu - Add full (but basic) zsh completion
2013-01-03Indentation fixesJouke Witteveen1-4/+4
This settles a style for 'case' statements: The label and closing colons are indented with two spaces, The body is indented with two more, totalling four spaces.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-41/+22
This commit contains the refactoring and rewriting of code.
2012-04-10Remove multi-version supportJouke Witteveen1-1/+0
Having multiple versions of netcfg around is not supported.
2012-03-21Revised bash completionJouke Witteveen1-26/+18
Bash completion does not deal properly with profile filenames that contain whitespace. There are some minor tweaks in this commit as well, but those should be harmless.
2012-03-12Rename -i parameter to -DJouke Witteveen1-2/+2
-i is not a very cool parameter for downing an interface. Change it to -D so that it mirrors -R in the sense that a capital is used for interface-based actions. The old behaviour is kept (undocumented) for backward compatibility. Also a typo (iface-recont should have been iface-recon) is fixed. Lastly some restrictions on profile naming are included in the documentation. The "should not start with '@'" is only for usage with net-profiles.
2012-03-04Completion brought up to dateJouke Witteveen1-43/+43
2011-07-30bash-completion: add support for -r optionCédric Girard1-3/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-11Change STATE_DIR from /var/run to /runRémy Oudompheng1-2/+2
2009-11-18FS#13418,FS#12505 - add zsh/bash completionJames Rayner1-0/+58