summaryrefslogtreecommitdiffstats
path: root/scripts/completions/zsh/_tdekillall
blob: bff071af747bd4526b0025468a7d9131d4e19fc5 (plain)
1
2
3
4
5
6
7
8
#compdef tdekillall

local progs
progs=(`ps x | grep tdeinit: | grep -v Running | grep -v grep | sed 's,.*tdeinit: ,,' | sed 's, .*,,'`)

_alternative \
	'Q_SIGNALS:: _Q_SIGNALS -p' \
	'compadd $progs'