1 # systemctl(1) completion -*- shell-script -*-
3 # This file is part of systemd.
5 # Copyright 2010 Ran Benita
7 # systemd is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU Lesser General Public License as published by
9 # the Free Software Foundation; either version 2.1 of the License, or
10 # (at your option) any later version.
12 # systemd is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details.
17 # You should have received a copy of the GNU Lesser General Public License
18 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
21 local mode=$1; shift 1
22 systemctl $mode --full --no-legend "$@"
25 __systemd_properties() {
27 { __systemctl $mode show --all;
28 @rootlibexecdir@/systemd --dump-configuration-items; } |
29 while IFS='=' read -r key value; do
30 [[ $value ]] && echo "$key"
35 local w word=$1; shift
37 [[ $w = "$word" ]] && return
41 __filter_units_by_property () {
42 local mode=$1 property=$2 value=$3 ; shift 3
45 IFS=$'\n' read -rd '' -a props < \
46 <(__systemctl $mode show --property "$property" -- "${units[@]}")
47 for ((i=0; $i < ${#units[*]}; i++)); do
48 if [[ "${props[i]}" = "$property=$value" ]]; then
54 __get_all_units () { { __systemctl $1 list-unit-files; __systemctl $1 list-units --all; } \
55 | { while read -r a b; do [[ $a =~ @\. ]] || echo " $a"; done; }; }
56 __get_template_names () { __systemctl $1 list-unit-files \
57 | { while read -r a b; do [[ $a =~ @\. ]] && echo " ${a%%@.*}@"; done; }; }
59 __get_active_units () { __systemctl $1 list-units \
60 | { while read -r a b; do echo " $a"; done; }; }
61 __get_startable_units () {
62 # find startable inactive units
63 __filter_units_by_property $mode ActiveState inactive $(
64 __filter_units_by_property $mode CanStart yes $(
65 __systemctl $mode list-unit-files --state enabled,disabled,static | \
66 { while read -r a b; do [[ $a =~ @\. ]] || echo " $a"; done; }
67 __systemctl $mode list-units --state inactive,failed | \
68 { while read -r a b; do echo " $a"; done; } ))
70 __get_restartable_units () {
71 # filter out masked and not-found
72 __filter_units_by_property $mode CanStart yes $(
73 __systemctl $mode list-unit-files --state enabled,disabled,static | \
74 { while read -r a b; do [[ $a =~ @\. ]] || echo " $a"; done; }
75 __systemctl $mode list-units | \
76 { while read -r a b; do echo " $a"; done; } )
78 __get_failed_units () { __systemctl $1 list-units \
79 | { while read -r a b c d; do [[ $c == "failed" ]] && echo " $a"; done; }; }
80 __get_enabled_units () { __systemctl $1 list-unit-files \
81 | { while read -r a b c ; do [[ $b == "enabled" ]] && echo " $a"; done; }; }
82 __get_disabled_units () { __systemctl $1 list-unit-files \
83 | { while read -r a b c ; do [[ $b == "disabled" ]] && echo " $a"; done; }; }
84 __get_masked_units () { __systemctl $1 list-unit-files \
85 | { while read -r a b c ; do [[ $b == "masked" ]] && echo " $a"; done; }; }
86 __get_all_unit_files () { { __systemctl $1 list-unit-files; } | { while read -r a b; do echo " $a"; done; }; }
90 { machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; } | \
91 { while read a b; do echo " $a"; done; }
95 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
96 local i verb comps mode
99 [STANDALONE]='--all -a --reverse --after --before --defaults --failed --force -f --full -l --global
100 --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall
101 --quiet -q --privileged -P --system --user --version --runtime --recursive -r --firmware-setup
102 --show-types -i --ignore-inhibitors --plain'
103 [ARG]='--host -H --kill-who --property -p --signal -s --type -t --state --job-mode --root
104 --preset-mode -n --lines -o --output -M --machine'
107 if __contains_word "--user" ${COMP_WORDS[*]}; then
109 elif __contains_word "--global" ${COMP_WORDS[*]}; then
115 if __contains_word "$prev" ${OPTS[ARG]}; then
122 comps=$(__systemctl $mode -t help)
125 comps=$(__systemctl $mode --state=help)
128 comps='fail replace replace-irreversibly isolate
129 ignore-dependencies ignore-requirements flush'
132 comps='all control main'
135 comps=$(compgen -A directory -- "$cur" )
139 comps=$(compgen -A hostname)
142 comps=$(__systemd_properties $mode)
145 comps='full enable-only disable-only'
148 comps='short short-iso short-precise short-monotonic verbose export json
149 json-pretty json-sse cat'
152 comps=$( __get_machines )
155 COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
159 if [[ "$cur" = -* ]]; then
160 COMPREPLY=( $(compgen -W '${OPTS[*]}' -- "$cur") )
165 [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit set-property'
166 [ENABLED_UNITS]='disable'
167 [DISABLED_UNITS]='enable'
168 [REENABLABLE_UNITS]='reenable'
169 [FAILED_UNITS]='reset-failed'
170 [STARTABLE_UNITS]='start'
171 [STOPPABLE_UNITS]='stop condstop kill try-restart condrestart'
172 [ISOLATABLE_UNITS]='isolate'
173 [RELOADABLE_UNITS]='reload condreload try-reload-or-restart force-reload'
174 [RESTARTABLE_UNITS]='restart reload-or-restart'
175 [TARGET_AND_UNITS]='add-wants add-requires'
176 [MASKED_UNITS]='unmask'
178 [ENVS]='set-environment unset-environment'
179 [STANDALONE]='daemon-reexec daemon-reload default
180 emergency exit halt hibernate hybrid-sleep kexec list-jobs
181 list-sockets list-timers list-units list-unit-files poweroff
182 reboot rescue show-environment suspend get-default
184 [FILE]='link switch-root'
185 [TARGETS]='set-default'
188 for ((i=0; i < COMP_CWORD; i++)); do
189 if __contains_word "${COMP_WORDS[i]}" ${VERBS[*]} &&
190 ! __contains_word "${COMP_WORDS[i-1]}" ${OPTS[ARG]}; then
191 verb=${COMP_WORDS[i]}
196 if [[ -z $verb ]]; then
199 elif __contains_word "$verb" ${VERBS[ALL_UNITS]}; then
200 comps=$( __get_all_units $mode )
203 elif __contains_word "$verb" ${VERBS[ENABLED_UNITS]}; then
204 comps=$( __get_enabled_units $mode )
207 elif __contains_word "$verb" ${VERBS[DISABLED_UNITS]}; then
208 comps=$( __get_disabled_units $mode;
209 __get_template_names $mode)
212 elif __contains_word "$verb" ${VERBS[REENABLABLE_UNITS]}; then
213 comps=$( __get_disabled_units $mode;
214 __get_enabled_units $mode;
215 __get_template_names $mode)
218 elif __contains_word "$verb" ${VERBS[STARTABLE_UNITS]}; then
219 comps=$( __get_startable_units $mode;
220 __get_template_names $mode)
223 elif __contains_word "$verb" ${VERBS[RESTARTABLE_UNITS]}; then
224 comps=$( __get_restartable_units $mode;
225 __get_template_names $mode)
228 elif __contains_word "$verb" ${VERBS[STOPPABLE_UNITS]}; then
229 comps=$( __filter_units_by_property $mode CanStop yes \
230 $( __get_active_units $mode ) )
233 elif __contains_word "$verb" ${VERBS[RELOADABLE_UNITS]}; then
234 comps=$( __filter_units_by_property $mode CanReload yes \
235 $( __get_active_units $mode ) )
238 elif __contains_word "$verb" ${VERBS[ISOLATABLE_UNITS]}; then
239 comps=$( __filter_units_by_property $mode AllowIsolate yes \
240 $( __get_all_units $mode ) )
243 elif __contains_word "$verb" ${VERBS[FAILED_UNITS]}; then
244 comps=$( __get_failed_units $mode )
247 elif __contains_word "$verb" ${VERBS[MASKED_UNITS]}; then
248 comps=$( __get_masked_units $mode )
251 elif __contains_word "$verb" ${VERBS[TARGET_AND_UNITS]}; then
252 if __contains_word "$prev" ${VERBS[TARGET_AND_UNITS]} \
253 || __contains_word "$prev" ${OPTS[STANDALONE]}; then
254 comps=$( __systemctl $mode list-unit-files --type target --all \
255 | { while read -r a b; do echo " $a"; done; } )
257 comps=$( __get_all_unit_files $mode )
261 elif __contains_word "$verb" ${VERBS[STANDALONE]}; then
264 elif __contains_word "$verb" ${VERBS[JOBS]}; then
265 comps=$( __systemctl $mode list-jobs | { while read -r a b; do echo " $a"; done; } )
267 elif __contains_word "$verb" ${VERBS[ENVS]}; then
268 comps=$( __systemctl $mode show-environment \
269 | while read -r line; do echo " ${line%%=*}=";done )
272 elif __contains_word "$verb" ${VERBS[FILE]}; then
273 comps=$( compgen -A file -- "$cur" )
275 elif __contains_word "$verb" ${VERBS[TARGETS]}; then
276 comps=$( __systemctl $mode list-unit-files --type target --full --all \
277 | { while read -r a b; do echo " $a"; done; } )
280 COMPREPLY=( $(compgen -o filenames -W '$comps' -- "$cur") )
284 complete -F _systemctl systemctl