]> git.ipfire.org Git - thirdparty/systemd.git/blob - shell-completion/systemd-zsh-completion.zsh
path-lookup: downgrade again the messages where we log for units
[thirdparty/systemd.git] / shell-completion / systemd-zsh-completion.zsh
1 #compdef systemctl loginctl journalctl hostnamectl localectl timedatectl systemd-coredumpctl udevadm systemd-analyze systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-delta systemd-detect-virt systemd-inhibit systemd-machine-id-setup systemd-notify systemd-nspawn systemd-tmpfiles systemd-tty-ask-password-agent
2
3 _ctls()
4 {
5 local curcontext="$curcontext" state lstate line
6 case "$service" in
7 systemctl)
8 # -s for aggregated options like -aP
9 _arguments -s \
10 {-h,--help}'[Show help]' \
11 '--version[Show package version]' \
12 {-t,--type=}'[List only units of a particular type]:unit type:(automount device mount path service snapshot socket swap target timer)' \
13 \*{-p,--property=}'[Show only properties by specific name]:unit property' \
14 {-a,--all}'[Show all units/properties, including dead/empty ones]' \
15 '--failed[Show only failed units]' \
16 "--full[Don't ellipsize unit names on output]" \
17 '--fail[When queueing a new job, fail if conflicting jobs are pending]' \
18 '--ignore-dependencies[When queueing a new job, ignore all its dependencies]' \
19 '--kill-who=[Who to send signal to]:killwho:(main control all)' \
20 {-s,--signal=}'[Which signal to send]:signal:_signals' \
21 {-H,--host=}'[Show information for remote host]:userathost:_hosts_or_user_at_host' \
22 {-P,--privileged}'[Acquire privileges before execution]' \
23 {-q,--quiet}'[Suppress output]' \
24 '--no-block[Do not wait until operation finished]' \
25 "--no-wall[Don't send wall message before halt/power-off/reboot]" \
26 "--no-reload[When enabling/disabling unit files, don't reload daemon configuration]" \
27 '--no-legend[Do not print a legend, i.e. the column headers and the footer with hints]' \
28 '--no-pager[Do not pipe output into a pager]' \
29 '--no-ask-password[Do not ask for system passwords]' \
30 '--system[Connect to system manager]' \
31 '--user[Connect to user service manager]' \
32 '--global[Enable/disable unit files globally]' \
33 {-f,--force}'[When enabling unit files, override existing symlinks. When shutting down, execute action immediately]' \
34 '--root=[Enable unit files in the specified root directory]:directory:_directories' \
35 '--runtime[Enable unit files only temporarily until next reboot]' \
36 {-n,--lines=}'[Journal entries to show]:number of entries' \
37 {-o,--output=}'[Change journal output mode]:modes:_outputmodes' \
38 '*::systemctl command:_systemctl_command'
39 ;;
40 loginctl)
41 _arguments -s \
42 {-h,--help}'[Show help]' \
43 '--version[Show package version]' \
44 \*{-p,--property=}'[Show only properties by this name]:unit property' \
45 {-a,--all}'[Show all properties, including empty ones]' \
46 '--kill-who=[Who to send signal to]:killwho:(main control all)' \
47 {-s,--signal=}'[Which signal to send]:signal:_signals' \
48 '--no-ask-password[Do not ask for system passwords]' \
49 {-H,--host=}'[Show information for remote host]:userathost:_hosts_or_user_at_host' \
50 {-P,--privileged}'[Acquire privileges before execution]' \
51 '--no-pager[Do not pipe output into a pager]' \
52 '*::loginctl command:_loginctl_command'
53 ;;
54
55 hostnamectl)
56 _arguments -s \
57 {-h,--help}'[Show this help]' \
58 '--version[Show package version]' \
59 '--transient[Only set transient hostname]' \
60 '--static[Only set static hostname]' \
61 '--pretty[Only set pretty hostname]' \
62 '--no-ask-password[Do not prompt for password]' \
63 {-H,--host=}'[Operate on remote host]:userathost:_hosts_or_user_at_host' \
64 '*::hostnamectl commands:_hostnamectl_command'
65 ;;
66 journalctl)
67 _arguments -s \
68 '--since=[Start showing entries newer or of the specified date]:YYYY-MM-DD HH\:MM\:SS' \
69 '--until=[Stop showing entries older or of the specified date]:YYYY-MM-DD HH\:MM\:SS' \
70 {-c,--cursor=}'[Start showing entries from specified cursor]:cursors:_journal_fields __CURSORS' \
71 {-b,--this-boot}'[Show data only from current boot]' \
72 {-u,--unit=}'[Show data only from the specified unit]:units:_journal_fields _SYSTEMD_UNIT' \
73 {-p,--priority=}'[Show only messages within the specified priority range]:priority:_journal_fields PRIORITY' \
74 {-f,--follow}'[Follow journal]' \
75 {-n,--lines=}'[Number of journal entries to show]:integer' \
76 '--no-tail[Show all lines, even in follow mode]' \
77 {-o,--output=}'[Change journal output mode]:output modes:_outputmodes' \
78 '--full[Show long fields in full]' \
79 {-a,--all}'[Show all fields, including long and unprintable]' \
80 {-q,--quiet}"[Don't show privilege warning]" \
81 '--no-pager[Do not pipe output into a pager]' \
82 {-m,--merge}'[Show entries from all available journals]' \
83 {-D,--directory=}'[Show journal files from directory]:directories:_directories' \
84 '--interval=[Time interval for changing the FSS sealing key]:time interval' \
85 '--verify-key=[Specify FSS verification key]:FSS key' \
86 {-h,--help}'[Show this help]' \
87 '--version[Show package version]' \
88 '--new-id128[Generate a new 128 Bit ID]' \
89 '--header[Show journal header information]' \
90 '--disk-usage[Show total disk usage]' \
91 {-F,--field=}'[List all values a certain field takes]:Fields:_list_fields' \
92 '--setup-keys[Generate new FSS key pair]' \
93 '--verify[Verify journal file consistency]' \
94 '--list-catalog[List messages in catalog]' \
95 '--update-catalog[Update binary catalog database]' \
96 ;;
97 localectl)
98 _arguments \
99 {-h,--help}'[Show this help]' \
100 '--version[Show package version]' \
101 "--no-convert[Don't convert keyboard mappings]" \
102 '--no-pager[Do not pipe output into a pager]' \
103 '--no-ask-password[Do not prompt for password]' \
104 {-H,--host=}'[Operate on remote host]:userathost:_hosts_or_user_at_host' \
105 '*::localectl commands:_localectl_command'
106 ;;
107 systemd-coredumpctl)
108 _arguments \
109 {-o,--output=}'[Write output to FILE]:output file:_files' \
110 '--no-pager[Do not pipe output into a pager]' \
111 {-h,--help}'[Show this help]' \
112 '--version[Show package version]' \
113 '*::systemd-coredumpctl commands:_systemd-coredumpctl_command'
114
115 ;;
116 timedatectl)
117 _arguments -s \
118 {-h,--help}'[Show this help]' \
119 '--version[Show package version]' \
120 '--adjust-system-clock[Adjust system clock when changing local RTC mode]' \
121 '--no-pager[Do not pipe output into a pager]' \
122 '--no-ask-password[Do not prompt for password]' \
123 {-H,--host=}'[Operate on remote host]:userathost:_hosts_or_user_at_host' \
124 '*::timedatectl commands:_timedatectl_command'
125 ;;
126 udevadm)
127 _arguments \
128 '--debug[Print debug messages to stderr]' \
129 '--version[Print version number]' \
130 '--help[Print help text]' \
131 '*::udevadm commands:_udevadm_command'
132 ;;
133 systemd-analyze)
134 _arguments \
135 {-h,--help}'[Show help text.]' \
136 '--user[Shows performance data of user sessions instead of the system manager.]' \
137 '--order[When generating graph for dot, show only order]' \
138 '--require[When generating graph for dot, show only requirement]' \
139 '*::systemd-analyze commands:_systemd_analyze_command'
140 ;;
141 systemd-ask-password)
142 _arguments \
143 {-h,--help}'[Show this help]' \
144 '--icon=[Icon name]' \
145 '--timeout=[Timeout in sec]' \
146 '--no-tty[Ask question via agent even on TTY]' \
147 '--accept-cached[Accept cached passwords]' \
148 '--multiple[List multiple passwords if available]'
149 ;;
150 systemd-cat)
151 _arguments \
152 {-h,--help}'[Show this help]' \
153 '--version[Show package version.]' \
154 {-t,--identifier=}'[Set syslog identifier.]' \
155 {-p,--priority=}'[Set priority value.]:value:({0..7})' \
156 '--level-prefix=[Control whether level prefix shall be parsed.]:boolean:(1 0)' \
157 ':Message'
158 ;;
159 systemd-cgls)
160 _arguments \
161 {-h,--help}'[Show this help]' \
162 '--version[Show package version]' \
163 '--no-pager[Do not pipe output into a pager]' \
164 {-a,--all}'[Show all groups, including empty]' \
165 '-k[Include kernel threads in output]' \
166 ':cgroups:(cpuset cpu cpuacct memory devices freezer net_cls blkio)'
167 ;;
168 systemd-cgtop)
169 _arguments \
170 {-h,--help}'[Show this help]' \
171 '--version[Print version and exit]' \
172 '(-c -m -i -t)-p[Order by path]' \
173 '(-c -p -m -i)-t[Order by number of tasks]' \
174 '(-m -p -i -t)-c[Order by CPU load]' \
175 '(-c -p -i -t)-m[Order by memory load]' \
176 '(-c -m -p -t)-i[Order by IO load]' \
177 {-d,--delay=}'[Specify delay]' \
178 {-n,--iterations=}'[Run for N iterations before exiting]' \
179 {-b,--batch}'[Run in batch mode, accepting no input]' \
180 '--depth=[Maximum traversal depth]'
181 ;;
182 systemd-delta)
183 _arguments \
184 {-h,--help}'[Show this help]' \
185 '--version[Show package version]' \
186 '--no-pager[Do not pipe output into a pager]' \
187 '--diff=[Show a diff when overridden files differ]:boolean:(1 0)' \
188 {-t,--type=}'[Only display a selected set of override types]:types:(masked equivalent redirected overridden unchanged)' \
189 ':SUFFIX:(tmpfiles.d sysctl.d systemd/system)'
190 ;;
191 systemd-detect-virt)
192 _arguments \
193 {-h,--help}'[Show this help]' \
194 '--version[Show package version]' \
195 {-c,--container}'[Only detect whether we are run in a container]' \
196 {-v,--vm}'[Only detect whether we are run in a VM]' \
197 {-q,--quiet}"[Don't output anything, just set return value]"
198 ;;
199 systemd-inhibit)
200 _arguments \
201 {-h,--help}'[Show this help]' \
202 '--version[Show package version]' \
203 '--what=[Operations to inhibit]:options:(shutdown sleep idle handle-power-key handle-suspend-key handle-hibernate-key handle-lid-switch)' \
204 '--who=[A descriptive string who is inhibiting]' \
205 '--why=[A descriptive string why is being inhibited]' \
206 '--mode=[One of block or delay]' \
207 '--list[List active inhibitors]' \
208 '*:commands:_systemd_inhibit_command'
209 ;;
210 systemd-machine-id-setup)
211 _arguments \
212 {-h,--help}'[Show this help]' \
213 '--version[Show package version]'
214 ;;
215 systemd-notify)
216 _arguments \
217 {-h,--help}'[Show this help]' \
218 '--version[Show package version]' \
219 '--ready[Inform the init system about service start-up completion.]' \
220 '--pid=[Inform the init system about the main PID of the daemon]' \
221 '--status=[Send a free-form status string for the daemon to the init systemd]' \
222 '--booted[Returns 0 if the system was booted up with systemd]' \
223 '--readahead=[Controls disk read-ahead operations]:arguments:(cancel done noreply)'
224 ;;
225 systemd-nspawn)
226 _arguments \
227 {-h,--help}'[Show this help]' \
228 {--directory=,-D}'[Directory to use as file system root for the namespace container. If omitted the current directory will be used.]:directories:_directories' \
229 {--boot,-b}'[Automatically search for an init binary and invoke it instead of a shell or a user supplied program.]' \
230 {--user=,-u}'[Run the command under specified user, create home directory and cd into it.]' \
231 '--uuid=[Set the specified uuid for the container.]' \
232 {--controllers=,-C}'[Makes the container appear in other hierarchies than the name=systemd:/ one. Takes a comma-separated list of controllers.]' \
233 '--private-network[Turn off networking in the container. This makes all network interfaces unavailable in the container, with the exception of the loopback device.]' \
234 '--read-only[Mount the root file system read only for the container.]' \
235 '--capability=[List one or more additional capabilities to grant the container.]:capabilities:_systemd-nspawn' \
236 "--link-journal=[Control whether the container's journal shall be made visible to the host system.]:options:(no, host, guest, auto)" \
237 '-j[Equivalent to --link-journal=guest.]'
238 ;;
239 systemd-tmpfiles)
240 _arguments \
241 '--create[Create, set ownership/permissions based on the config files.]' \
242 '--clean[Clean up all files and directories with an age parameter configured.]' \
243 '--remove[All files and directories marked with r, R in the configuration files are removed.]' \
244 '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
245 '--help[Prints a short help text and exits.]' \
246 '*::files:_files'
247 ;;
248 systemd-tty-ask-password-agent)
249 _arguments \
250 {-h,--help}'[Prints a short help text and exits.]' \
251 '--version[Prints a short version string and exits.]' \
252 '--list[Lists all currently pending system password requests.]' \
253 '--query[Process all currently pending system password requests by querying the user on the calling TTY.]' \
254 '--watch[Continuously process password requests.]' \
255 '--wall[Forward password requests to wall(1).]' \
256 '--plymouth[Ask question with plymouth(8).]' \
257 '--console[Ask question on /dev/console.]'
258 ;;
259 *) _message 'eh?' ;;
260 esac
261 }
262
263 _systemd-nspawn(){
264 local -a _caps
265 _caps=( CAP_CHOWN CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH
266 CAP_FOWNER CAP_FSETID CAP_IPC_OWNER CAP_KILL CAP_LEASE CAP_LINUX_IMMUTABLE
267 CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW CAP_SETGID CAP_SETFCAP CAP_SETPCAP
268 CAP_SETUID CAP_SYS_ADMIN CAP_SYS_CHROOT CAP_SYS_NICE CAP_SYS_PTRACE CAP_SYS_TTY_CONFIG
269 CAP_SYS_RESOURCE CAP_SYS_BOOT )
270 _values -s , 'capabilities' "$_caps[@]"
271 }
272
273 _systemd_inhibit_command(){
274 if (( CURRENT == 1 )); then
275 compset -q
276 _normal
277 else
278 local n=${words[(b:2:i)[^-]*]}
279 if (( n <= CURRENT )); then
280 compset -n $n
281 _alternative \
282 'files:file:_files' \
283 'commands:command:_normal' && return 0
284 fi
285 _default
286 fi
287
288 }
289
290 _systemd_analyze_command(){
291 local -a _systemd_analyze_cmds
292 _systemd_analyze_cmds=(
293 'time:Print the time taken to start'
294 'blame:prints a list of all running units, ordered by the time they took to initialize'
295 'plot:prints an SVG graphic detailing which system services have been started at what time'
296 'dot:Dump dependency graph for dot(1)'
297 )
298
299 if (( CURRENT == 1 )); then
300 _describe "options" _systemd_analyze_cmds
301 else
302 _message "no more options"
303 fi
304 }
305
306 _hosts_or_user_at_host()
307 {
308 _alternative \
309 'users-hosts:: _user_at_host' \
310 'hosts:: _hosts'
311 }
312
313 _outputmodes() {
314 local -a _output_opts
315 _output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
316 _describe -t output 'output mode' _output_opts || compadd "$@"
317 }
318
319
320 (( $+functions[_systemctl_command] )) || _systemctl_command()
321 {
322 local -a _systemctl_cmds
323 _systemctl_cmds=(
324 "list-units:List units"
325 "start:Start (activate) one or more units"
326 "stop:Stop (deactivate) one or more units"
327 "reload:Reload one or more units"
328 "restart:Start or restart one or more units"
329 "condrestart:Restart one or more units if active"
330 "try-restart:Restart one or more units if active"
331 "reload-or-restart:Reload one or more units if possible, otherwise start or restart"
332 "force-reload:Reload one or more units if possible, otherwise restart if active"
333 "hibernate:Hibernate the system"
334 "hybrid-sleep:Hibernate and suspend the system"
335 "reload-or-try-restart:Reload one or more units if possible, otherwise restart if active"
336 "isolate:Start one unit and stop all others"
337 "kill:Send signal to processes of a unit"
338 "is-active:Check whether units are active"
339 "is-failed:Check whether units are failed"
340 "status:Show runtime status of one or more units"
341 "show:Show properties of one or more units/jobs or the manager"
342 "reset-failed:Reset failed state for all, one, or more units"
343 "load:Load one or more units"
344 "list-unit-files:List installed unit files"
345 "enable:Enable one or more unit files"
346 "disable:Disable one or more unit files"
347 "reenable:Reenable one or more unit files"
348 "preset:Enable/disable one or more unit files based on preset configuration"
349 "mask:Mask one or more units"
350 "unmask:Unmask one or more units"
351 "link:Link one or more units files into the search path"
352 "is-enabled:Check whether unit files are enabled"
353 "list-jobs:List jobs"
354 "cancel:Cancel all, one, or more jobs"
355 "dump:Dump server status"
356 "snapshot:Create a snapshot"
357 "delete:Remove one or more snapshots"
358 "show-environment:Dump environment"
359 "set-environment:Set one or more environment variables"
360 "unset-environment:Unset one or more environment variables"
361 "daemon-reload:Reload systemd manager configuration"
362 "daemon-reexec:Reexecute systemd manager"
363 "default:Enter system default mode"
364 "rescue:Enter system rescue mode"
365 "emergency:Enter system emergency mode"
366 "halt:Shut down and halt the system"
367 "suspend:Suspend the system"
368 "poweroff:Shut down and power-off the system"
369 "reboot:Shut down and reboot the system"
370 "kexec:Shut down and reboot the system with kexec"
371 "exit:Ask for user instance termination"
372 )
373
374 if (( CURRENT == 1 )); then
375 _describe -t commands 'systemctl command' _systemctl_cmds || compadd "$@"
376 else
377 local curcontext="$curcontext"
378
379 cmd="${${_systemctl_cmds[(r)$words[1]:*]%%:*}}"
380 # Deal with any aliases
381 case $cmd in
382 condrestart) cmd="try-restart";;
383 force-reload) cmd="reload-or-try-restart";;
384 esac
385
386 if (( $#cmd )); then
387 curcontext="${curcontext%:*:*}:systemctl-${cmd}:"
388
389 local update_policy
390 zstyle -s ":completion:${curcontext}:" cache-policy update_policy
391 if [[ -z "$update_policy" ]]; then
392 zstyle ":completion:${curcontext}:" cache-policy _systemctl_caching_policy
393 fi
394
395 _call_function ret _systemctl_$cmd || _message 'no more arguments'
396 else
397 _message "unknown systemctl command: $words[1]"
398 fi
399 return ret
400 fi
401 }
402
403 __systemctl()
404 {
405 systemctl --full --no-legend --no-pager "$@"
406 }
407
408
409 # Fills the unit list
410 _systemctl_all_units()
411 {
412 if ( [[ ${+_sys_all_units} -eq 0 ]] || _cache_invalid SYS_ALL_UNITS ) &&
413 ! _retrieve_cache SYS_ALL_UNITS;
414 then
415 _sys_all_units=( $(__systemctl list-units --all | { while read a b; do echo "$a"; done; }) )
416 _store_cache SYS_ALL_UNITS _sys_all_units
417 fi
418 }
419
420 # Fills the unit list including all file units
421 _systemctl_really_all_units()
422 {
423 local -a all_unit_files;
424 local -a really_all_units;
425 if ( [[ ${+_sys_really_all_units} -eq 0 ]] || _cache_invalid SYS_REALLY_ALL_UNITS ) &&
426 ! _retrieve_cache SYS_REALLY_ALL_UNITS;
427 then
428 all_unit_files=( $(__systemctl list-unit-files | { while read a b; do echo "$a"; done; }) )
429 _systemctl_all_units
430 really_all_units=($_sys_all_units $all_unit_files)
431 _sys_really_all_units=(${(u)really_all_units})
432 _store_cache SYS_REALLY_ALL_UNITS _sys_really_all_units
433 fi
434 }
435
436 _filter_units_by_property() {
437 local property=$1 value=$2 ; shift ; shift
438 local -a units ; units=($*)
439 local prop unit
440 for ((i=1; $i <= ${#units[*]}; i++)); do
441 # FIXME: "Failed to issue method call: Unknown unit" errors are ignored for
442 # now (related to DBUS_ERROR_UNKNOWN_OBJECT). in the future, we need to
443 # revert to calling 'systemctl show' once for all units, which is way
444 # faster
445 unit=${units[i]}
446 prop=${(f)"$(_call_program units "$service show --no-pager --property="$property" ${unit} 2>/dev/null")"}
447 if [[ "${prop}" = "$property=$value" ]]; then
448 echo "${unit}"
449 fi
450 done
451 }
452
453 _systemctl_active_units() {_sys_active_units=( $(__systemctl list-units | { while read a b; do echo "$a"; done; }) )}
454 _systemctl_inactive_units(){_sys_inactive_units=($(__systemctl list-units --all | { while read a b c d; do [[ $c == "inactive" ]] && echo "$a"; done; }) )}
455 _systemctl_failed_units() {_sys_failed_units=( $(__systemctl list-units --failed | { while read a b; do echo "$a"; done; }) )}
456 _systemctl_enabled_units() {_sys_enabled_units=( $(__systemctl list-unit-files | { while read a b; do [[ $b == "enabled" ]] && echo "$a"; done; }) )}
457 _systemctl_disabled_units(){_sys_disabled_units=($(__systemctl list-unit-files | { while read a b; do [[ $b == "disabled" ]] && echo "$a"; done; }) )}
458 _systemctl_masked_units() {_sys_masked_units=( $(__systemctl list-unit-files | { while read a b; do [[ $b == "masked" ]] && echo "$a"; done; }) )}
459
460 # Completion functions for ALL_UNITS
461 for fun in is-active is-failed is-enabled status show mask preset ; do
462 (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
463 {
464 _systemctl_really_all_units
465 compadd "$@" -a - _sys_really_all_units
466 }
467 done
468
469 # Completion functions for ENABLED_UNITS
470 for fun in disable reenable ; do
471 (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
472 {
473 _systemctl_enabled_units
474 compadd "$@" -a - _sys_enabled_units
475 }
476 done
477
478 # Completion functions for DISABLED_UNITS
479 (( $+functions[_systemctl_enable] )) || _systemctl_enable()
480 {
481 _systemctl_disabled_units
482 compadd "$@" -a - _sys_disabled_units
483 }
484
485 # Completion functions for FAILED_UNITS
486 (( $+functions[_systemctl_reset-failed] )) || _systemctl_reset-failed()
487 {
488 _systemctl_failed_units
489 compadd "$@" -a - _sys_failed_units || _message "no failed unit found"
490 }
491
492 # Completion functions for STARTABLE_UNITS
493 (( $+functions[_systemctl_start] )) || _systemctl_start()
494 {
495 _systemctl_inactive_units
496 compadd "$@" -a - _sys_inactive_units
497 }
498
499 # Completion functions for STOPPABLE_UNITS
500 for fun in stop kill try-restart condrestart ; do
501 (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
502 {
503 _systemctl_active_units
504 compadd "$@" - $( _filter_units_by_property CanStop yes \
505 ${_sys_active_units[*]} )
506 }
507 done
508
509 # Completion functions for ISOLATABLE_UNITS
510 (( $+functions[_systemctl_isolate] )) || _systemctl_isolate()
511 {
512 _systemctl_all_units
513 compadd "$@" - $( _filter_units_by_property AllowIsolate yes \
514 ${_sys_all_units[*]} )
515 }
516
517 # Completion functions for RELOADABLE_UNITS
518 for fun in reload reload-or-try-restart force-reload ; do
519 (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
520 {
521 _systemctl_active_units
522 compadd "$@" - $( _filter_units_by_property CanReload yes \
523 ${_sys_active_units[*]} )
524 }
525 done
526
527 # Completion functions for RESTARTABLE_UNITS
528 for fun in restart reload-or-restart ; do
529 (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
530 {
531 _systemctl_all_units
532 compadd "$@" - $( _filter_units_by_property CanStart yes \
533 ${_sys_all_units[*]} | while read line; do \
534 [[ "$line" =~ \.(device|snapshot|socket|timer)$ ]] || echo "$line"; \
535 done )
536 }
537 done
538
539 # Completion functions for MASKED_UNITS
540 (( $+functions[_systemctl_unmask] )) || _systemctl_unmask()
541 {
542 _systemctl_masked_units
543 compadd "$@" -a - _sys_masked_units || _message "no masked unit found"
544 }
545
546 # Completion functions for JOBS
547 (( $+functions[_systemctl_cancel] )) || _systemctl_cancel()
548 {
549 compadd "$@" - $(__systemctl list-jobs \
550 | cut -d' ' -f1 2>/dev/null ) || _message "no job found"
551 }
552
553 # Completion functions for SNAPSHOTS
554 (( $+functions[_systemctl_delete] )) || _systemctl_delete()
555 {
556 compadd "$@" - $(__systemctl list-units --type snapshot --all \
557 | cut -d' ' -f1 2>/dev/null ) || _message "no snampshot found"
558 }
559
560 # Completion functions for ENVS
561 for fun in set-environment unset-environment ; do
562 (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
563 {
564 local fun=$0 ; fun=${fun##_systemctl_}
565 local suf
566 if [[ "${fun}" = "set-environment" ]]; then
567 suf='-S='
568 fi
569
570 compadd "$@" ${suf} - $(systemctl show-environment \
571 | while read line; do echo "${line%%\=}";done )
572 }
573 done
574
575 (( $+functions[_systemctl_link] )) || _systemctl_link() { _files }
576
577 # no systemctl completion for:
578 # [STANDALONE]='daemon-reexec daemon-reload default dump
579 # emergency exit halt kexec list-jobs list-units
580 # list-unit-files poweroff reboot rescue show-environment'
581 # [NAME]='snapshot load'
582
583 _systemctl_caching_policy()
584 {
585 local _sysunits
586 local -a oldcache
587
588 # rebuild if cache is more than a day old
589 oldcache=( "$1"(mh+1) )
590 (( $#oldcache )) && return 0
591
592 _sysunits=($(__systemctl --all | cut -d' ' -f1))
593
594 if (( $#_sysunits )); then
595 for unit in $_sysunits; do
596 [[ "$unit" -nt "$1" ]] && return 0
597 done
598 fi
599
600 return 1
601 }
602
603 _list_fields() {
604 local -a journal_fields
605 journal_fields=(MESSAGE{,_ID} PRIORITY CODE_{FILE,LINE,FUNC}
606 ERRNO SYSLOG_{FACILITY,IDENTIFIER,PID}
607 _{P,U,G}ID _COMM _EXE _CMDLINE
608 _AUDIT_{SESSION,LOGINUID}
609 _SYSTEMD_{CGROUP,SESSION,UNIT,OWNER_UID}
610 _SELINUX_CONTEXT _SOURCE_REALTIME_TIMESTAMP
611 _{BOOT,MACHINE}_ID _HOSTNAME _TRANSPORT
612 _KERNEL_{DEVICE,SUBSYSTEM}
613 _UDEV_{SYSNAME,DEVNODE,DEVLINK}
614 __CURSOR __{REALTIME,MONOTONIC}_TIMESTAMP)
615 _describe 'possible fields' journal_fields
616 }
617
618 _journal_fields() {
619 local -a _fields cmd
620 cmd=("journalctl" "-F ${@[-1]}" "2>/dev/null" )
621 _fields=( ${(f)"$(_call_program fields $cmd[@])"} )
622 typeset -U _fields
623 _describe 'possible values' _fields
624 }
625
626
627 _loginctl_all_sessions(){_sys_all_sessions=($(loginctl list-sessions | { while read a b; do echo "$a"; done; }) )}
628 _loginctl_all_users() {_sys_all_users=( $(loginctl list-users | { while read a b; do echo "$a"; done; }) )}
629 _loginctl_all_seats() {_sys_all_seats=( $(loginctl list-seats | { while read a b; do echo "$a"; done; }) )}
630
631 # Completion functions for SESSIONS
632 for fun in session-status show-session activate lock-session unlock-session terminate-session kill-session ; do
633 (( $+functions[_loginctl_$fun] )) || _loginctl_$fun()
634 {
635 _loginctl_all_sessions
636 compadd "$@" -a - _sys_all_sessions
637 }
638 done
639
640 # Completion functions for USERS
641 for fun in user-status show-user enable-linger disable-linger terminate-user kill-user ; do
642 (( $+functions[_loginctl_$fun] )) || _loginctl_$fun()
643 {
644 _loginctl_all_users
645 compadd "$@" -a - _sys_all_users
646 }
647 done
648
649 # Completion functions for SEATS
650 (( $+functions[_loginctl_seats] )) || _loginctl_seats()
651 {
652 _loginctl_all_seats
653 compadd "$@" -a - _sys_all_seats
654 }
655 for fun in seat-status show-seat terminate-seat ; do
656 (( $+functions[_loginctl_$fun] )) || _loginctl_$fun()
657 { _loginctl_seats }
658 done
659
660 # Completion functions for ATTACH
661 (( $+functions[_loginctl_attach] )) || _loginctl_attach()
662 {
663 _loginctl_all_seats
664
665 _arguments -w -C -S -s \
666 ':seat:_loginctl_seats' \
667 '*:device:_files'
668 }
669
670 # no loginctl completion for:
671 # [STANDALONE]='list-sessions list-users list-seats flush-devices'
672
673 (( $+functions[_loginctl_command] )) || _loginctl_command()
674 {
675 local -a _loginctl_cmds
676 _loginctl_cmds=(
677 "list-sessions:List sessions"
678 "session-status:Show session status"
679 "show-session:Show properties of one or more sessions"
680 "activate:Activate a session"
681 "lock-session:Screen lock one or more sessions"
682 "unlock-session:Screen unlock one or more sessions"
683 "terminate-session:Terminate one or more sessions"
684 "kill-session:Send signal to processes of a session"
685 "list-users:List users"
686 "user-status:Show user status"
687 "show-user:Show properties of one or more users"
688 "enable-linger:Enable linger state of one or more users"
689 "disable-linger:Disable linger state of one or more users"
690 "terminate-user:Terminate all sessions of one or more users"
691 "kill-user:Send signal to processes of a user"
692 "list-seats:List seats"
693 "seat-status:Show seat status"
694 "show-seat:Show properties of one or more seats"
695 "attach:Attach one or more devices to a seat"
696 "flush-devices:Flush all device associations"
697 "terminate-seat:Terminate all sessions on one or more seats"
698 )
699
700 if (( CURRENT == 1 )); then
701 _describe -t commands 'loginctl command' _loginctl_cmds || compadd "$@"
702 else
703 local curcontext="$curcontext"
704
705 cmd="${${_loginctl_cmds[(r)$words[1]:*]%%:*}}"
706
707 if (( $#cmd )); then
708 curcontext="${curcontext%:*:*}:loginctl-${cmd}:"
709
710 _call_function ret _loginctl_$cmd || _message 'no more arguments'
711 else
712 _message "unknown loginctl command: $words[1]"
713 fi
714 return ret
715 fi
716 }
717
718 _hostnamectl_command() {
719 local -a _hostnamectl_cmds
720 _hostnamectl_cmds=(
721 "status:Show current hostname settings"
722 "set-hostname:Set system hostname"
723 "set-icon-name:Set icon name for host"
724 )
725 if (( CURRENT == 1 )); then
726 _describe -t commands 'hostnamectl commands' _hostnamectl_cmds || compadd "$@"
727 else
728 local curcontext="$curcontext"
729 cmd="${${_hostnamectl_cmds[(r)$words[1]:*]%%:*}}"
730 if (( $#cmd )); then
731 [[ $cmd == status ]] && msg="no options" || msg="options for $cmd"
732 _message "$msg"
733 else
734 _message "unknown hostnamectl command: $words[1]"
735 fi
736 fi
737 }
738
739 _localectl_set-locale() {
740 local -a _confs _locales
741 local expl suf
742 _locales=( ${(f)"$(_call_program locales "$service" list-locales)"} )
743 _confs=( ${${(f)"$(_call_program confs "locale 2>/dev/null")"}%\=*} )
744 if [[ -prefix 1 *\= ]]; then
745 local conf=${PREFIX%%\=*}
746 compset -P1 '*='
747 _wanted locales expl "locales configs" \
748 _combination localeconfs confs=$conf locales "$@" -
749 else
750 compadd -S '=' $_confs
751 fi
752 }
753
754 _localectl_set-keymap() {
755 local -a _keymaps
756 _keymaps=( ${(f)"$(_call_program locales "$service" list-keymaps)"} )
757 if (( CURRENT <= 3 )); then
758 _describe keymaps _keymaps
759 else
760 _message "no more options"
761 fi
762 }
763
764 _localectl_set-x11-keymap() {
765 if (( $+commands[pkg-config] )); then
766 local -a _file _layout _model _variant _options
767 local _xorg_lst
768 _xorg_lst=${"$($commands[pkg-config] xkeyboard-config --variable=xkb_base)"}
769 _file=( ${(ps:\n\!:)"$(<$_xorg_lst/rules/xorg.lst)"} )
770 _layout=( ${${${(M)${(f)_file[1]}:# *}# }%% *} )
771 _model=( ${${${(M)${(f)_file[2]}:# *}# }%% *} )
772 _variant=( ${${${(M)${(f)_file[3]}:# *}# }%% *} )
773 _options=( ${${${(M)${(f)_file[4]}:# *}# }%% *} )
774 #_layout=( ${(f)"$( echo $_file[1] | awk '/^ / {print $1}' )"} )
775 #_model=( ${(f)"$(echo $_file[2] | awk '/^ / {print $1}')"} )
776 #_variant=( ${(f)"$(echo $_file[3] | awk '/^ / {print $1}')"} )
777 #_options=( ${(f)"$(echo ${_file[4]//:/\\:} | awk '/^ / {print $1}')"} )
778
779 case $CURRENT in
780 2) _describe layouts _layout ;;
781 3) _describe models _model;;
782 4) _describe variants _variant;;
783 5) _describe options _options;;
784 *) _message "no more options"
785 esac
786 fi
787 }
788
789
790 _localectl_command() {
791 local -a _localectl_cmds
792 _localectl_cmds=(
793 'status:Show current locale settings'
794 'set-locale:Set system locale'
795 'list-locales:Show known locales'
796 'set-keymap:Set virtual console keyboard mapping'
797 'list-keymaps:Show known virtual console keyboard mappings'
798 'set-x11-keymap:Set X11 keyboard mapping'
799 )
800 if (( CURRENT == 1 )); then
801 _describe -t commands 'localectl command' _localectl_cmds
802 else
803 local curcontext="$curcontext"
804 cmd="${${_localectl_cmds[(r)$words[1]:*]%%:*}}"
805 if (( $+functions[_localectl_$cmd] )); then
806 _localectl_$cmd
807 else
808 _message "no more options"
809 fi
810 fi
811 }
812
813 _timedatectl_set-timezone(){
814 local -a _timezones
815 _timezones=( ${(f)"$(_call_program timezones "${service}" list-timezones)"} )
816 compadd "$_timezones[@]"
817 }
818
819 _timedatectl_set-time(){
820 _message "YYYY-MM-DD HH:MM:SS"
821 }
822
823 _timedatectl_set-local-rtc(){
824 local -a _options
825 _options=(
826 '0:Maintain RTC in universal time'
827 '1:Maintain RTC in local time'
828 )
829 _describe options _options
830 }
831
832 _timedatectl_set-ntp(){
833 local -a _options
834 _options=(
835 '0:Disable NTP based network time configuration'
836 '1:Enable NTP based network time configuration'
837 )
838 _describe options _options
839 }
840
841 _timedatectl_command(){
842 local -a _timedatectl_cmds
843 _timedatectl_cmds=(
844 'status:Show current time settings'
845 'set-time:Set system time'
846 'set-timezone:Set system timezone'
847 'list-timezones:Show known timezones'
848 'set-local-rtc:Control whether RTC is in local time'
849 'set-ntp:Control whether NTP is enabled'
850 )
851 if (( CURRENT == 1 )); then
852 _describe -t commands 'timedatectl command' _timedatectl_cmds
853 else
854 local curcontext="$curcontext"
855 cmd="${${_timedatectl_cmds[(r)$words[1]:*]%%:*}}"
856 if (( $#cmd )); then
857 if (( $+functions[_timedatectl_$cmd] )); then
858 _timedatectl_$cmd
859 else
860 _message "no more options"
861 fi
862 else
863 _message "unknown timedatectl command: $words[1]"
864 fi
865 fi
866 }
867 _systemd-coredumpctl_command(){
868 local -a _systemd_coredumpctl_cmds
869 _systemd_coredumpctl_cmds=(
870 'list:List available coredumps'
871 'dump:Print coredump to std'
872 )
873 if (( CURRENT == 1 )); then
874 _describe -t commands 'systemd-coredumpctl command' _systemd_coredumpctl_cmds
875 else
876 local curcontext="$curcontext"
877 local -a dumps
878 cmd="${${_systemd_coredumpctl_cmds[(r)$words[1]:*]%%:*}}"
879 if (( $#cmd )); then
880 dumps=( "${(f)$(_call_program dumps "systemd-coredumpctl list 2>/dev/null")}" )
881 if [[ -n "$dumps" ]]; then
882 compadd "${dumps[@]}"
883 else
884 _message "no coredumps"
885 fi
886 else
887 _message "no more options"
888 fi
889
890 fi
891
892 }
893
894 _udevadm_info(){
895 _arguments \
896 '--query=[Query the database for specified type of device data. It needs the --path or --name to identify the specified device.]:type:(name symlink path property all)' \
897 '--path=[The devpath of the device to query.]:sys files:_files -P /sys/ -W /sys' \
898 '--name=[The name of the device node or a symlink to query]:device files:_files -P /dev/ -W /dev' \
899 '--root[Print absolute paths in name or symlink query.]' \
900 '--attribute-walk[Print all sysfs properties of the specified device that can be used in udev rules to match the specified device]' \
901 '--export[Print output as key/value pairs.]' \
902 '--export-prefix=[Add a prefix to the key name of exported values.]:prefix' \
903 '--device-id-of-file=[Print major/minor numbers of the underlying device, where the file lives on.]:files:_udevadm_mounts' \
904 '--export-db[Export the content of the udev database.]' \
905 '--cleanup-db[Cleanup the udev database.]'
906 }
907
908 _udevadm_trigger(){
909 _arguments \
910 '--verbose[Print the list of devices which will be triggered.]' \
911 '--dry-run[Do not actually trigger the event.]' \
912 '--type=[Trigger a specific type of devices.]:types:(devices subsystems failed)' \
913 '--action=[Type of event to be triggered.]:actions:(add change remove)' \
914 '--subsystem-match=[Trigger events for devices which belong to a matching subsystem.]' \
915 '--subsystem-nomatch=[Do not trigger events for devices which belong to a matching subsystem.]' \
916 '--attr-match=attribute=[Trigger events for devices with a matching sysfs attribute.]' \
917 '--attr-nomatch=attribute=[Do not trigger events for devices with a matching sysfs attribute.]' \
918 '--property-match=[Trigger events for devices with a matching property value.]' \
919 '--tag-match=property[Trigger events for devices with a matching tag.]' \
920 '--sysname-match=[Trigger events for devices with a matching sys device name.]' \
921 '--parent-match=[Trigger events for all children of a given device.]'
922 }
923
924 _udevadm_settle(){
925 _arguments \
926 '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \
927 '--seq-start=[Wait only for events after the given sequence number.]' \
928 '--seq-end=[Wait only for events before the given sequence number.]' \
929 '--exit-if-exists=[Stop waiting if file exists.]:files:_files' \
930 '--quiet[Do not print any output, like the remaining queue entries when reaching the timeout.]' \
931 '--help[Print help text.]'
932 }
933
934 _udevadm_control(){
935 _arguments \
936 '--exit[Signal and wait for systemd-udevd to exit.]' \
937 '--log-priority=[Set the internal log level of systemd-udevd.]:priorities:(err info debug)' \
938 '--stop-exec-queue[Signal systemd-udevd to stop executing new events. Incoming events will be queued.]' \
939 '--start-exec-queue[Signal systemd-udevd to enable the execution of events.]' \
940 '--reload[Signal systemd-udevd to reload the rules files and other databases like the kernel module index.]' \
941 '--property=[Set a global property for all events.]' \
942 '--children-max=[Set the maximum number of events.]' \
943 '--timeout=[The maximum number of seconds to wait for a reply from systemd-udevd.]' \
944 '--help[Print help text.]'
945 }
946
947 _udevadm_monitor(){
948 _arguments \
949 '--kernel[Print the kernel uevents.]' \
950 '--udev[Print the udev event after the rule processing.]' \
951 '--property[Also print the properties of the event.]' \
952 '--subsystem-match=[Filter events by subsystem[/devtype].]' \
953 '--tag-match=[Filter events by property.]' \
954 '--help[Print help text.]'
955 }
956
957 _udevadm_test(){
958 _arguments \
959 '--action=[The action string.]:actions:(add change remove)' \
960 '--subsystem=[The subsystem string.]' \
961 '--help[Print help text.]' \
962 '*::devpath:_files -P /sys/ -W /sys'
963 }
964
965 _udevadm_test-builtin(){
966 if (( CURRENT == 2 )); then
967 _arguments \
968 '--help[Print help text]' \
969 '*::builtins:(blkid btrfs firmware hwdb input_id kmod path_id usb_id uaccess)'
970 elif (( CURRENT == 3 )); then
971 _arguments \
972 '--help[Print help text]' \
973 '*::syspath:_files -P /sys -W /sys'
974 else
975 _arguments \
976 '--help[Print help text]'
977 fi
978 }
979
980 _udevadm_mounts(){
981 local dev_tmp dpath_tmp mp_tmp mline
982
983 tmp=( "${(@f)$(< /etc/mtab)}" )
984 dev_tmp=( "${(@)${(@)tmp%% *}:#none}" )
985 mp_tmp=( "${(@)${(@)tmp#* }%% *}" )
986
987 local MATCH
988 mp_tmp=("${(@q)mp_tmp//(#m)\\[0-7](#c3)/${(#)$(( 8#${MATCH[2,-1]} ))}}")
989 dpath_tmp=( "${(@Mq)dev_tmp:#/*}" )
990 dev_tmp=( "${(@q)dev_tmp:#/*}" )
991
992 _alternative \
993 'device-paths: device path:compadd -a dpath_tmp' \
994 'directories:mount point:compadd -a mp_tmp'
995 }
996
997
998 _udevadm_command(){
999 local -a _udevadm_cmds
1000 _udevadm_cmds=(
1001 'info:query sysfs or the udev database'
1002 'trigger:request events from the kernel'
1003 'settle:wait for the event queue to finish'
1004 'control:control the udev daemon'
1005 'monitor:listen to kernel and udev events'
1006 'test:test an event run'
1007 'test-builtin:test a built-in command'
1008 )
1009
1010 if ((CURRENT == 1)); then
1011 _describe -t commands 'udevadm commands' _udevadm_cmds
1012 else
1013 local curcontext="$curcontext"
1014 cmd="${${_udevadm_cmds[(r)$words[1]:*]%%:*}}"
1015 if (($#cmd)); then
1016 if (( $+functions[_udevadm_$cmd] )); then
1017 _udevadm_$cmd
1018 else
1019 _message "no options for $cmd"
1020 fi
1021 else
1022 _message "no more options"
1023 fi
1024 fi
1025 }
1026
1027 _ctls "$@"
1028
1029 #vim: set ft=zsh sw=4 ts=4 et