chiark / gitweb /
journalctl: add option to forgo ellipsization
[elogind.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                 '--order[When generating graph for dot, show only order]' \
31                 '--require[When generating graph for dot, show only requirement]' \
32                 '--system[Connect to system manager]' \
33                 '--user[Connect to user service manager]' \
34                 '--global[Enable/disable unit files globally]' \
35                 {-f,--force}'[When enabling unit files, override existing symlinks. When shutting down, execute action immediately]' \
36                 '--root=[Enable unit files in the specified root directory]:directory:_directories' \
37                 '--runtime[Enable unit files only temporarily until next reboot]' \
38                 {-n,--lines=}'[Journal entries to show]:number of entries' \
39                 {-o,--output=}'[Change journal output mode]:modes:_outputmodes' \
40                 '*::systemctl command:_systemctl_command'
41         ;;
42         loginctl)
43             _arguments -s \
44                 {-h,--help}'[Show help]' \
45                 '--version[Show package version]' \
46                 \*{-p,--property=}'[Show only properties by this name]:unit property' \
47                 {-a,--all}'[Show all properties, including empty ones]' \
48                 '--kill-who=[Who to send signal to]:killwho:(main control all)' \
49                 {-s,--signal=}'[Which signal to send]:signal:_signals' \
50                 '--no-ask-password[Do not ask for system passwords]' \
51                 {-H,--host=}'[Show information for remote host]:userathost:_hosts_or_user_at_host' \
52                 {-P,--privileged}'[Acquire privileges before execution]' \
53                 '--no-pager[Do not pipe output into a pager]' \
54                 '*::loginctl command:_loginctl_command'
55         ;;
56
57         hostnamectl)
58             _arguments -s \
59                 {-h,--help}'[Show this help]' \
60                 '--version[Show package version]' \
61                 '--transient[Only set transient hostname]' \
62                 '--static[Only set static hostname]' \
63                 '--pretty[Only set pretty hostname]' \
64                 '--no-ask-password[Do not prompt for password]' \
65                 {-H,--host=}'[Operate on remote host]:userathost:_hosts_or_user_at_host' \
66                 '*::hostnamectl commands:_hostnamectl_command'
67         ;;
68         journalctl)
69             _arguments -s \
70                 '--since=[Start showing entries newer or of the specified date]:YYYY-MM-DD HH\:MM\:SS' \
71                 '--until=[Stop showing entries older or of the specified date]:YYYY-MM-DD HH\:MM\:SS' \
72                 {-c,--cursor=}'[Start showing entries from specified cursor]:cursors:_journal_fields __CURSORS' \
73                 {-b,--this-boot}'[Show data only from current boot]' \
74                 {-u,--unit=}'[Show data only from the specified unit]:units:_journal_fields _SYSTEMD_UNIT' \
75                 {-p,--priority=}'[Show only messages within the specified priority range]:priority:_journal_fields PRIORITY' \
76                 {-f,--follow}'[Follow journal]' \
77                 {-n,--lines=}'[Number of journal entries to show]:integer' \
78                 '--no-tail[Show all lines, even in follow mode]' \
79                 {-o,--output=}'[Change journal output mode]:output modes:_outputmodes' \
80                 {--full}'[Show long fields in full]' \
81                 {-a,--all}'[Show all fields, including long and unprintable]' \
82                 {-q,--quiet}"[Don't show privilege warning]" \
83                 '--no-pager[Do not pipe output into a pager]' \
84                 {-m,--merge}'[Show entries from all available journals]' \
85                 {-D,--directory=}'[Show journal files from directory]:directories:_directories' \
86                 '--interval=[Time interval for changing the FSS sealing key]:time interval' \
87                 '--verify-key=[Specify FSS verification key]:FSS key' \
88                 {-h,--help}'[Show this help]' \
89                 '--version[Show package version]' \
90                 '--new-id128[Generate a new 128 Bit ID]' \
91                 '--header[Show journal header information]' \
92                 '--disk-usage[Show total disk usage]' \
93                 {-F,--field=}'[List all values a certain field takes]:Fields:_list_fields' \
94                 '--setup-keys[Generate new FSS key pair]' \
95                 '--verify[Verify journal file consistency]' \
96                 '--list-catalog[List messages in catalog]' \
97                 '--update-catalog[Update binary catalog database]' \
98         ;;
99         localectl)
100             _arguments \
101                 {-h,--help}'[Show this help]' \
102                 '--version[Show package version]' \
103                 "--no-convert[Don't convert keyboard mappings]" \
104                 '--no-pager[Do not pipe output into a pager]' \
105                 '--no-ask-password[Do not prompt for password]' \
106                 {-H,--host=}'[Operate on remote host]:userathost:_hosts_or_user_at_host' \
107                 '*::localectl commands:_localectl_command'
108         ;;
109         systemd-coredumpctl)
110             _arguments \
111                 {-o,--output=}'[Write output to FILE]:output file:_files' \
112                 '--no-pager[Do not pipe output into a pager]' \
113                 {-h,--help}'[Show this help]' \
114                 '--version[Show package version]' \
115                 '*::systemd-coredumpctl commands:_systemd-coredumpctl_command'
116
117         ;;
118         timedatectl)
119             _arguments -s \
120                 {-h,--help}'[Show this help]' \
121                 '--version[Show package version]' \
122                 '--adjust-system-clock[Adjust system clock when changing local RTC mode]' \
123                 '--no-pager[Do not pipe output into a pager]' \
124                 '--no-ask-password[Do not prompt for password]' \
125                 {-H,--host=}'[Operate on remote host]:userathost:_hosts_or_user_at_host' \
126                 '*::timedatectl commands:_timedatectl_command'
127         ;;
128         udevadm)
129             _arguments \
130                 '--debug[Print debug messages to stderr]' \
131                 '--version[Print version number]' \
132                 '--help[Print help text]' \
133                 '*::udevadm commands:_udevadm_command'
134         ;;
135         systemd-analyze)
136             _arguments \
137                 {-h,--help}'[Show help text.]' \
138                 '--user[Shows performance data of user sessions instead of the system manager.]' \
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     )
297
298     if (( CURRENT == 1 )); then
299         _describe "options" _systemd_analyze_cmds
300     else
301         _message "no more options"
302     fi
303 }
304
305 _hosts_or_user_at_host()
306 {
307   _alternative \
308     'users-hosts:: _user_at_host' \
309     'hosts:: _hosts'
310 }
311
312 _outputmodes() {
313     local -a _output_opts
314     _output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
315     _describe -t output 'output mode' _output_opts || compadd "$@"
316 }
317         
318
319 (( $+functions[_systemctl_command] )) || _systemctl_command()
320 {
321   local -a _systemctl_cmds
322   _systemctl_cmds=(
323     "list-units:List units"
324     "start:Start (activate) one or more units"
325     "stop:Stop (deactivate) one or more units"
326     "reload:Reload one or more units"
327     "restart:Start or restart one or more units"
328     "condrestart:Restart one or more units if active"
329     "try-restart:Restart one or more units if active"
330     "reload-or-restart:Reload one or more units is possible, otherwise start or restart"
331     "force-reload:Reload one or more units is possible, otherwise restart if active"
332     "reload-or-try-restart:Reload one or more units is possible, otherwise restart if active"
333     "isolate:Start one unit and stop all others"
334     "kill:Send signal to processes of a unit"
335     "is-active:Check whether units are active"
336     "status:Show runtime status of one or more units"
337     "show:Show properties of one or more units/jobs or the manager"
338     "reset-failed:Reset failed state for all, one, or more units"
339     "load:Load one or more units"
340     "list-unit-files:List installed unit files"
341     "enable:Enable one or more unit files"
342     "disable:Disable one or more unit files"
343     "reenable:Reenable one or more unit files"
344     "preset:Enable/disable one or more unit files based on preset configuration"
345     "mask:Mask one or more units"
346     "unmask:Unmask one or more units"
347     "link:Link one or more units files into the search path"
348     "is-enabled:Check whether unit files are enabled"
349     "list-jobs:List jobs"
350     "cancel:Cancel all, one, or more jobs"
351     "dump:Dump server status"
352     "dot:Dump dependency graph for dot(1)"
353     "snapshot:Create a snapshot"
354     "delete:Remove one or more snapshots"
355     "show-environment:Dump environment"
356     "set-environment:Set one or more environment variables"
357     "unset-environment:Unset one or more environment variables"
358     "daemon-reload:Reload systemd manager configuration"
359     "daemon-reexec:Reexecute systemd manager"
360     "default:Enter system default mode"
361     "rescue:Enter system rescue mode"
362     "emergency:Enter system emergency mode"
363     "halt:Shut down and halt the system"
364     "suspend:Suspend the system"
365     "poweroff:Shut down and power-off the system"
366     "reboot:Shut down and reboot the system"
367     "kexec:Shut down and reboot the system with kexec"
368     "exit:Ask for user instance termination"
369   )
370
371   if (( CURRENT == 1 )); then
372     _describe -t commands 'systemctl command' _systemctl_cmds || compadd "$@"
373   else
374     local curcontext="$curcontext"
375
376     cmd="${${_systemctl_cmds[(r)$words[1]:*]%%:*}}"
377     # Deal with any aliases
378     case $cmd in
379       condrestart) cmd="try-restart";;
380       force-reload) cmd="reload-or-try-restart";;
381     esac
382
383     if (( $#cmd )); then
384       curcontext="${curcontext%:*:*}:systemctl-${cmd}:"
385
386       local update_policy
387       zstyle -s ":completion:${curcontext}:" cache-policy update_policy
388       if [[ -z "$update_policy" ]]; then
389         zstyle ":completion:${curcontext}:" cache-policy _systemctl_caching_policy
390       fi
391
392       _call_function ret _systemctl_$cmd || _message 'no more arguments'
393     else
394       _message "unknown systemctl command: $words[1]"
395     fi
396     return ret
397   fi
398 }
399
400 __systemctl()
401 {
402   systemctl --full --no-legend --no-pager "$@"
403 }
404
405
406 # Fills the unit list
407 _systemctl_all_units()
408 {
409   if ( [[ ${+_sys_all_units} -eq 0 ]] || _cache_invalid SYS_ALL_UNITS ) &&
410     ! _retrieve_cache SYS_ALL_UNITS;
411   then
412     _sys_all_units=( $(__systemctl list-units --all | { while read a b; do echo "$a"; done; }) )
413     _store_cache SYS_ALL_UNITS _sys_all_units
414   fi
415 }
416
417 # Fills the unit list including all file units
418 _systemctl_really_all_units()
419 {
420   local -a all_unit_files;
421   local -a really_all_units;
422   if ( [[ ${+_sys_really_all_units} -eq 0 ]] || _cache_invalid SYS_REALLY_ALL_UNITS ) &&
423     ! _retrieve_cache SYS_REALLY_ALL_UNITS;
424   then
425     all_unit_files=( $(__systemctl list-unit-files | { while read a b; do echo "$a"; done; }) )
426     _systemctl_all_units
427     really_all_units=($_sys_all_units $all_unit_files)
428     _sys_really_all_units=(${(u)really_all_units})
429     _store_cache SYS_REALLY_ALL_UNITS _sys_really_all_units
430   fi
431 }
432
433 _filter_units_by_property() {
434   local property=$1 value=$2 ; shift ; shift
435   local -a units ; units=($*)
436   local prop unit
437   for ((i=1; $i <= ${#units[*]}; i++)); do
438     # FIXME: "Failed to issue method call: Unknown unit" errors are ignored for
439     # now (related to DBUS_ERROR_UNKNOWN_OBJECT). in the future, we need to
440     # revert to calling 'systemctl show' once for all units, which is way
441     # faster
442     unit=${units[i]}
443     prop=${(f)"$(_call_program units "$service show --no-pager --property="$property" ${unit} 2>/dev/null")"}
444     if [[ "${prop}" = "$property=$value" ]]; then
445       echo "${unit}"
446     fi
447   done
448 }
449
450 _systemctl_active_units()  {_sys_active_units=(  $(__systemctl list-units          | { while read a b; do echo "$a"; done; }) )}
451 _systemctl_inactive_units(){_sys_inactive_units=($(__systemctl list-units --all    | { while read a b c d; do [[ $c == "inactive" ]] && echo "$a"; done; }) )}
452 _systemctl_failed_units()  {_sys_failed_units=(  $(__systemctl list-units --failed | { while read a b; do echo "$a"; done; }) )}
453 _systemctl_enabled_units() {_sys_enabled_units=( $(__systemctl list-unit-files     | { while read a b; do [[ $b == "enabled" ]] && echo "$a"; done; }) )}
454 _systemctl_disabled_units(){_sys_disabled_units=($(__systemctl list-unit-files     | { while read a b; do [[ $b == "disabled" ]] && echo "$a"; done; }) )}
455 _systemctl_masked_units()  {_sys_masked_units=(  $(__systemctl list-unit-files     | { while read a b; do [[ $b == "masked" ]] && echo "$a"; done; }) )}
456
457 # Completion functions for ALL_UNITS
458 for fun in is-active is-enabled status show mask preset ; do
459   (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
460   {
461     _systemctl_really_all_units
462     compadd "$@" -a - _sys_really_all_units
463   }
464 done
465
466 # Completion functions for ENABLED_UNITS
467 for fun in disable reenable ; do
468   (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
469   {
470     _systemctl_enabled_units
471     compadd "$@" -a - _sys_enabled_units
472   }
473 done
474
475 # Completion functions for DISABLED_UNITS
476 (( $+functions[_systemctl_enable] )) || _systemctl_enable()
477 {
478   _systemctl_disabled_units
479   compadd "$@" -a - _sys_disabled_units
480 }
481
482 # Completion functions for FAILED_UNITS
483 (( $+functions[_systemctl_reset-failed] )) || _systemctl_reset-failed()
484 {
485   _systemctl_failed_units
486   compadd "$@" -a - _sys_failed_units || _message "no failed unit found"
487 }
488
489 # Completion functions for STARTABLE_UNITS
490 (( $+functions[_systemctl_start] )) || _systemctl_start()
491 {
492   _systemctl_inactive_units
493   compadd "$@" -a - _sys_inactive_units
494 }
495
496 # Completion functions for STOPPABLE_UNITS
497 for fun in stop kill try-restart condrestart ; do
498   (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
499   {
500     _systemctl_active_units
501     compadd "$@" - $( _filter_units_by_property CanStop yes \
502       ${_sys_active_units[*]} )
503   }
504 done
505
506 # Completion functions for ISOLATABLE_UNITS
507 (( $+functions[_systemctl_isolate] )) || _systemctl_isolate()
508 {
509   _systemctl_all_units
510   compadd "$@" - $( _filter_units_by_property AllowIsolate yes \
511     ${_sys_all_units[*]} )
512 }
513
514 # Completion functions for RELOADABLE_UNITS
515 for fun in reload reload-or-try-restart force-reload ; do
516   (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
517   {
518     _systemctl_active_units
519     compadd "$@" - $( _filter_units_by_property CanReload yes \
520       ${_sys_active_units[*]} )
521   }
522 done
523
524 # Completion functions for RESTARTABLE_UNITS
525 for fun in restart reload-or-restart ; do
526   (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
527   {
528     _systemctl_all_units
529     compadd "$@" - $( _filter_units_by_property CanStart yes \
530       ${_sys_all_units[*]} | while read line; do \
531       [[ "$line" =~ \.(device|snapshot|socket|timer)$ ]] || echo "$line"; \
532       done )
533   }
534 done
535
536 # Completion functions for MASKED_UNITS
537 (( $+functions[_systemctl_unmask] )) || _systemctl_unmask()
538 {
539   _systemctl_masked_units
540   compadd "$@" -a - _sys_masked_units || _message "no masked unit found"
541 }
542
543 # Completion functions for JOBS
544 (( $+functions[_systemctl_cancel] )) || _systemctl_cancel()
545 {
546   compadd "$@" - $(__systemctl list-jobs \
547     | cut -d' ' -f1  2>/dev/null ) || _message "no job found"
548 }
549
550 # Completion functions for SNAPSHOTS
551 (( $+functions[_systemctl_delete] )) || _systemctl_delete()
552 {
553   compadd "$@" - $(__systemctl list-units --type snapshot --all \
554     | cut -d' ' -f1  2>/dev/null ) || _message "no snampshot found"
555 }
556
557 # Completion functions for ENVS
558 for fun in set-environment unset-environment ; do
559   (( $+functions[_systemctl_$fun] )) || _systemctl_$fun()
560   {
561     local fun=$0 ; fun=${fun##_systemctl_}
562     local suf
563     if [[ "${fun}" = "set-environment" ]]; then
564       suf='-S='
565     fi
566
567     compadd "$@" ${suf} - $(systemctl show-environment \
568       | while read line; do echo "${line%%\=}";done )
569   }
570 done
571
572 (( $+functions[_systemctl_link] )) || _systemctl_link() { _files }
573
574 # no systemctl completion for:
575 #    [STANDALONE]='daemon-reexec daemon-reload default dot dump
576 #                  emergency exit halt kexec list-jobs list-units
577 #                  list-unit-files poweroff reboot rescue show-environment'
578 #         [NAME]='snapshot load'
579
580 _systemctl_caching_policy()
581 {
582   local _sysunits
583   local -a oldcache
584
585   # rebuild if cache is more than a day old
586   oldcache=( "$1"(mh+1) )
587   (( $#oldcache )) && return 0
588
589   _sysunits=($(__systemctl --all | cut -d' ' -f1))
590
591   if (( $#_sysunits )); then
592     for unit in $_sysunits; do
593       [[ "$unit" -nt "$1" ]] && return 0
594     done
595   fi
596
597   return 1
598 }
599
600 _list_fields() {
601     local -a journal_fields
602     journal_fields=(MESSAGE{,_ID} PRIORITY CODE_{FILE,LINE,FUNC}
603                     ERRNO SYSLOG_{FACILITY,IDENTIFIER,PID}
604                     _{P,U,G}ID _COMM _EXE _CMDLINE
605                     _AUDIT_{SESSION,LOGINUID}
606                     _SYSTEMD_{CGROUP,SESSION,UNIT,OWNER_UID}
607                     _SELINUX_CONTEXT _SOURCE_REALTIME_TIMESTAMP
608                     _{BOOT,MACHINE}_ID _HOSTNAME _TRANSPORT
609                     _KERNEL_{DEVICE,SUBSYSTEM}
610                     _UDEV_{SYSNAME,DEVNODE,DEVLINK}
611                     __CURSOR __{REALTIME,MONOTONIC}_TIMESTAMP)
612     _describe 'possible fields' journal_fields
613 }
614
615 _journal_fields() {
616     local -a _fields cmd
617     cmd=("journalctl" "-F ${@[-1]}" "2>/dev/null" )
618     _fields=( ${(f)"$(_call_program fields $cmd[@])"} ) 
619     typeset -U _fields
620     _describe 'possible values' _fields
621 }
622
623
624 _loginctl_all_sessions(){_sys_all_sessions=($(loginctl list-sessions | { while read a b; do echo "$a"; done; }) )}
625 _loginctl_all_users()   {_sys_all_users=(   $(loginctl list-users    | { while read a b; do echo "$a"; done; }) )}
626 _loginctl_all_seats()   {_sys_all_seats=(   $(loginctl list-seats    | { while read a b; do echo "$a"; done; }) )}
627
628 # Completion functions for SESSIONS
629 for fun in session-status show-session activate lock-session unlock-session terminate-session kill-session ; do
630   (( $+functions[_loginctl_$fun] )) || _loginctl_$fun()
631   {
632     _loginctl_all_sessions
633     compadd "$@" -a - _sys_all_sessions
634   }
635 done
636
637 # Completion functions for USERS
638 for fun in user-status show-user enable-linger disable-linger terminate-user kill-user ; do
639   (( $+functions[_loginctl_$fun] )) || _loginctl_$fun()
640   {
641     _loginctl_all_users
642     compadd "$@" -a - _sys_all_users
643   }
644 done
645
646 # Completion functions for SEATS
647 (( $+functions[_loginctl_seats] )) || _loginctl_seats()
648 {
649   _loginctl_all_seats
650   compadd "$@" -a - _sys_all_seats
651 }
652 for fun in seat-status show-seat terminate-seat ; do
653   (( $+functions[_loginctl_$fun] )) || _loginctl_$fun()
654   { _loginctl_seats }
655 done
656
657 # Completion functions for ATTACH
658 (( $+functions[_loginctl_attach] )) || _loginctl_attach()
659 {
660   _loginctl_all_seats
661
662   _arguments -w -C -S -s \
663     ':seat:_loginctl_seats' \
664     '*:device:_files'
665 }
666
667 # no loginctl completion for:
668 # [STANDALONE]='list-sessions list-users list-seats flush-devices'
669
670 (( $+functions[_loginctl_command] )) || _loginctl_command()
671 {
672   local -a _loginctl_cmds
673   _loginctl_cmds=(
674     "list-sessions:List sessions"
675     "session-status:Show session status"
676     "show-session:Show properties of one or more sessions"
677     "activate:Activate a session"
678     "lock-session:Screen lock one or more sessions"
679     "unlock-session:Screen unlock one or more sessions"
680     "terminate-session:Terminate one or more sessions"
681     "kill-session:Send signal to processes of a session"
682     "list-users:List users"
683     "user-status:Show user status"
684     "show-user:Show properties of one or more users"
685     "enable-linger:Enable linger state of one or more users"
686     "disable-linger:Disable linger state of one or more users"
687     "terminate-user:Terminate all sessions of one or more users"
688     "kill-user:Send signal to processes of a user"
689     "list-seats:List seats"
690     "seat-status:Show seat status"
691     "show-seat:Show properties of one or more seats"
692     "attach:Attach one or more devices to a seat"
693     "flush-devices:Flush all device associations"
694     "terminate-seat:Terminate all sessions on one or more seats"
695   )
696
697   if (( CURRENT == 1 )); then
698     _describe -t commands 'loginctl command' _loginctl_cmds || compadd "$@"
699   else
700     local curcontext="$curcontext"
701
702     cmd="${${_loginctl_cmds[(r)$words[1]:*]%%:*}}"
703
704     if (( $#cmd )); then
705       curcontext="${curcontext%:*:*}:loginctl-${cmd}:"
706
707       _call_function ret _loginctl_$cmd || _message 'no more arguments'
708     else
709       _message "unknown loginctl command: $words[1]"
710     fi
711     return ret
712   fi
713 }
714
715 _hostnamectl_command() {
716     local -a _hostnamectl_cmds
717     _hostnamectl_cmds=(
718         "status:Show current hostname settings"
719         "set-hostname:Set system hostname"
720         "set-icon-name:Set icon name for host"
721     )
722     if (( CURRENT == 1 )); then
723         _describe -t commands 'hostnamectl commands' _hostnamectl_cmds || compadd "$@"
724     else
725         local curcontext="$curcontext"
726         cmd="${${_hostnamectl_cmds[(r)$words[1]:*]%%:*}}"
727         if (( $#cmd )); then
728             [[ $cmd == status ]] && msg="no options" || msg="options for $cmd"
729             _message "$msg"
730         else
731             _message "unknown hostnamectl command: $words[1]"
732         fi
733     fi
734 }
735
736 _localectl_set-locale() {
737     local -a _confs _locales
738     local expl suf
739     _locales=( ${(f)"$(_call_program locales "$service" list-locales)"} )
740     _confs=( ${${(f)"$(_call_program confs "locale 2>/dev/null")"}%\=*} )
741     if [[ -prefix 1 *\= ]]; then
742         local conf=${PREFIX%%\=*}
743         compset -P1 '*='
744         _wanted locales expl "locales configs" \
745             _combination localeconfs  confs=$conf locales "$@" -
746     else
747         compadd -S '='  $_confs
748     fi
749 }
750
751 _localectl_set-keymap() {
752     local -a _keymaps
753     _keymaps=( ${(f)"$(_call_program locales "$service" list-keymaps)"} )
754     if (( CURRENT <= 3 )); then
755         _describe keymaps _keymaps
756     else
757         _message "no more options"
758     fi
759 }
760
761 _localectl_set-x11-keymap() {
762     if (( $+commands[pkg-config] )); then
763         local -a _file _layout _model _variant _options
764         local _xorg_lst
765         _xorg_lst=${"$($commands[pkg-config] xkeyboard-config --variable=xkb_base)"}
766         _file=( ${(ps:\n\!:)"$(<$_xorg_lst/rules/xorg.lst)"} )
767         _layout=( ${${${(M)${(f)_file[1]}:#  *}#  }%% *} )
768         _model=( ${${${(M)${(f)_file[2]}:#  *}#  }%% *} )
769         _variant=( ${${${(M)${(f)_file[3]}:#  *}#  }%% *} )
770         _options=( ${${${(M)${(f)_file[4]}:#  *}#  }%% *} )
771         #_layout=( ${(f)"$( echo $_file[1] | awk '/^  / {print $1}' )"} )
772         #_model=( ${(f)"$(echo $_file[2] | awk '/^  / {print $1}')"} )
773         #_variant=( ${(f)"$(echo $_file[3] | awk '/^  / {print $1}')"} )
774         #_options=( ${(f)"$(echo ${_file[4]//:/\\:} | awk '/^  / {print $1}')"} )
775         
776         case $CURRENT in 
777             2) _describe layouts _layout ;;
778             3) _describe models _model;;
779             4) _describe variants _variant;;
780             5) _describe options _options;;
781             *) _message "no more options"
782         esac
783     fi
784 }
785
786
787 _localectl_command() {
788     local -a _localectl_cmds
789     _localectl_cmds=(
790         'status:Show current locale settings'
791         'set-locale:Set system locale'
792         'list-locales:Show known locales'
793         'set-keymap:Set virtual console keyboard mapping'
794         'list-keymaps:Show known virtual console keyboard mappings'
795         'set-x11-keymap:Set X11 keyboard mapping'
796     )
797     if (( CURRENT == 1 )); then
798         _describe -t commands 'localectl command' _localectl_cmds
799     else
800         local curcontext="$curcontext"
801         cmd="${${_localectl_cmds[(r)$words[1]:*]%%:*}}"
802         if (( $+functions[_localectl_$cmd] )); then
803             _localectl_$cmd
804         else
805             _message "no more options"
806         fi
807     fi
808 }
809
810 _timedatectl_set-timezone(){
811     local -a _timezones
812     _timezones=( ${(f)"$(_call_program timezones "${service}" list-timezones)"} )
813     compadd "$_timezones[@]"
814 }
815
816 _timedatectl_set-time(){
817     _message "YYYY-MM-DD HH:MM:SS"
818 }
819
820 _timedatectl_set-local-rtc(){
821     local -a _options
822     _options=(
823         '0:Maintain RTC in universal time'
824         '1:Maintain RTC in local time'
825     )
826     _describe options _options
827 }
828
829 _timedatectl_set-ntp(){
830     local -a _options
831     _options=(
832         '0:Disable NTP based network time configuration'
833         '1:Enable NTP based network time configuration'
834     )
835     _describe options _options
836 }
837
838 _timedatectl_command(){
839     local -a _timedatectl_cmds
840     _timedatectl_cmds=(
841         'status:Show current time settings'
842         'set-time:Set system time'
843         'set-timezone:Set system timezone'
844         'list-timezones:Show known timezones'
845         'set-local-rtc:Control whether RTC is in local time'
846         'set-ntp:Control whether NTP is enabled'
847     )
848     if (( CURRENT == 1 )); then
849         _describe -t commands 'timedatectl command' _timedatectl_cmds
850     else
851         local curcontext="$curcontext"
852         cmd="${${_timedatectl_cmds[(r)$words[1]:*]%%:*}}"
853         if (( $#cmd )); then
854             if (( $+functions[_timedatectl_$cmd] )); then
855                 _timedatectl_$cmd
856             else
857                 _message "no more options"
858             fi
859         else
860             _message "unknown timedatectl command: $words[1]"
861         fi
862     fi
863 }
864 _systemd-coredumpctl_command(){
865     local -a _systemd_coredumpctl_cmds
866     _systemd_coredumpctl_cmds=(
867             'list:List available coredumps'
868             'dump:Print coredump to std'
869     )
870     if (( CURRENT == 1 )); then
871         _describe -t commands 'systemd-coredumpctl command' _systemd_coredumpctl_cmds
872     else
873         local curcontext="$curcontext"
874         local -a dumps
875         cmd="${${_systemd_coredumpctl_cmds[(r)$words[1]:*]%%:*}}"
876         if (( $#cmd  )); then
877             dumps=( "${(f)$(_call_program dumps "systemd-coredumpctl list 2>/dev/null")}" )
878             if [[ -n "$dumps" ]]; then
879                 compadd "${dumps[@]}"
880             else
881                 _message "no coredumps"
882             fi
883         else
884             _message "no more options"
885         fi
886
887     fi
888
889 }
890
891 _udevadm_info(){
892     _arguments \
893         '--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)' \
894         '--path=[The devpath of the device to query.]:sys files:_files -P /sys/ -W /sys' \
895         '--name=[The name of the device node or a symlink to query]:device files:_files -P /dev/ -W /dev' \
896         '--root[Print absolute paths in name or symlink query.]' \
897         '--attribute-walk[Print all sysfs properties of the specified device that can be used in udev rules to match the specified device]' \
898         '--export[Print output as key/value pairs.]' \
899         '--export-prefix=[Add a prefix to the key name of exported values.]:prefix' \
900         '--device-id-of-file=[Print major/minor numbers of the underlying device, where the file lives on.]:files:_udevadm_mounts' \
901         '--export-db[Export the content of the udev database.]' \
902         '--cleanup-db[Cleanup the udev database.]'
903 }
904
905 _udevadm_trigger(){
906     _arguments \
907         '--verbose[Print the list of devices which will be triggered.]' \
908         '--dry-run[Do not actually trigger the event.]' \
909         '--type=[Trigger a specific type of devices.]:types:(devices subsystems failed)' \
910         '--action=[Type of event to be triggered.]:actions:(add change remove)' \
911         '--subsystem-match=[Trigger events for devices which belong to a matching subsystem.]' \
912         '--subsystem-nomatch=[Do not trigger events for devices which belong to a matching subsystem.]' \
913         '--attr-match=attribute=[Trigger events for devices with a matching sysfs attribute.]' \
914         '--attr-nomatch=attribute=[Do not trigger events for devices with a matching sysfs attribute.]' \
915         '--property-match=[Trigger events for devices with a matching property value.]' \
916         '--tag-match=property[Trigger events for devices with a matching tag.]' \
917         '--sysname-match=[Trigger events for devices with a matching sys device name.]' \
918         '--parent-match=[Trigger events for all children of a given device.]'
919 }
920
921 _udevadm_settle(){
922     _arguments \
923        '--timeout=[Maximum number of seconds to wait for the event queue to become empty.]' \
924        '--seq-start=[Wait only for events after the given sequence number.]' \
925        '--seq-end=[Wait only for events before the given sequence number.]' \
926        '--exit-if-exists=[Stop waiting if file exists.]:files:_files' \
927        '--quiet[Do not print any output, like the remaining queue entries when reaching the timeout.]' \
928        '--help[Print help text.]'
929 }
930
931 _udevadm_control(){
932     _arguments \
933         '--exit[Signal and wait for systemd-udevd to exit.]' \
934         '--log-priority=[Set the internal log level of systemd-udevd.]:priorities:(err info debug)' \
935         '--stop-exec-queue[Signal systemd-udevd to stop executing new events. Incoming events will be queued.]' \
936         '--start-exec-queue[Signal systemd-udevd to enable the execution of events.]' \
937         '--reload[Signal systemd-udevd to reload the rules files and other databases like the kernel module index.]' \
938         '--property=[Set a global property for all events.]' \
939         '--children-max=[Set the maximum number of events.]' \
940         '--timeout=[The maximum number of seconds to wait for a reply from systemd-udevd.]' \
941         '--help[Print help text.]'
942 }
943  
944 _udevadm_monitor(){
945     _arguments \
946         '--kernel[Print the kernel uevents.]' \
947         '--udev[Print the udev event after the rule processing.]' \
948         '--property[Also print the properties of the event.]' \
949         '--subsystem-match=[Filter events by subsystem[/devtype].]' \
950         '--tag-match=[Filter events by property.]' \
951         '--help[Print help text.]'
952 }
953
954 _udevadm_test(){
955     _arguments \
956         '--action=[The action string.]:actions:(add change remove)' \
957         '--subsystem=[The subsystem string.]' \
958         '--help[Print help text.]' \
959         '*::devpath:_files -P /sys/ -W /sys'
960 }
961
962 _udevadm_test-builtin(){
963     if (( CURRENT == 2 )); then
964     _arguments \
965         '--help[Print help text]' \
966         '*::builtins:(blkid btrfs firmware hwdb input_id kmod path_id usb_id uaccess)'
967     elif  (( CURRENT == 3 )); then
968         _arguments \
969             '--help[Print help text]' \
970             '*::syspath:_files -P /sys -W /sys'
971     else
972         _arguments \
973             '--help[Print help text]'
974     fi
975 }
976
977 _udevadm_mounts(){
978   local dev_tmp dpath_tmp mp_tmp mline
979
980     tmp=( "${(@f)$(< /etc/mtab)}" )
981     dev_tmp=( "${(@)${(@)tmp%% *}:#none}" )
982     mp_tmp=( "${(@)${(@)tmp#* }%% *}" )
983
984   local MATCH
985   mp_tmp=("${(@q)mp_tmp//(#m)\\[0-7](#c3)/${(#)$(( 8#${MATCH[2,-1]} ))}}")
986   dpath_tmp=( "${(@Mq)dev_tmp:#/*}" )
987   dev_tmp=( "${(@q)dev_tmp:#/*}" )
988
989   _alternative \
990     'device-paths: device path:compadd -a dpath_tmp' \
991     'directories:mount point:compadd -a mp_tmp'
992 }
993
994
995 _udevadm_command(){
996     local -a _udevadm_cmds
997     _udevadm_cmds=(
998         'info:query sysfs or the udev database'
999         'trigger:request events from the kernel'
1000         'settle:wait for the event queue to finish'
1001         'control:control the udev daemon'
1002         'monitor:listen to kernel and udev events'
1003         'test:test an event run'
1004         'test-builtin:test a built-in command'
1005     )
1006
1007     if ((CURRENT == 1)); then
1008         _describe -t commands 'udevadm commands' _udevadm_cmds
1009     else
1010         local curcontext="$curcontext"
1011         cmd="${${_udevadm_cmds[(r)$words[1]:*]%%:*}}"
1012         if (($#cmd)); then
1013             if (( $+functions[_udevadm_$cmd] )); then
1014                 _udevadm_$cmd
1015             else
1016                 _message "no options for $cmd"
1017             fi
1018         else
1019             _message "no more options"
1020         fi
1021     fi
1022 }
1023
1024 _ctls "$@"
1025
1026 #vim: set ft=zsh sw=4 ts=4 et