HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u115237990 (7145895)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //kunden/usr/share/zsh/functions/Completion/Linux/_htop
#compdef htop

_arguments -S : \
  '(-d --delay)'{-d+,--delay=}'[update frequency]:duration (tenths of seconds)' \
  '(-C --no-color --no-colour)'{-C,--no-colo{,u}r}'[monochrome mode]' \
  '(-)'{-h,--help}'[display usage information]' \
  \*{-p+,--pid=}'[show given pids]: : _sequence -n ${$(</proc/sys/kernel/pid_max)\:-32768} _pids' \
  '(-s --sort-key)'{-s+,--sort-key=}'[sort by key]:key:( ${(f)"$(_call_program sort-keys $words[1] --sort-key help)"} )' \
  '(-t --tree)'{-t,--tree}'[show tree view of processes]' \
  '(-u --user)'{-u+,--user=}'[show processes of user]: : _users' \
  '(-)'{-v,--version}'[display version information]'