zsh-workers
 help / color / mirror / code / Atom feed
759251c28f7c8a8607214cb096eb40e340521331 blob 711 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
#compdef xclip

_arguments \
	'(-i -in -o -out)'{-i,-in}'[Read text into X selection]' \
	'(-i -in -o -out)'{-o,-out}'[Print selection to standard out]' \
	{-l,-loops}'[Number of selection requests to wait before exiting]:number:' \
	{-d,-display}'[X display to connect to]:X11 display:' \
	'(-)'{-h,-help}'[Usage information]' \
	'(-selection)-selection[Selection to access]:selection:(primary secondary clipboard buffer-cut)' \
	$'-noutf8[Use old Unicode, don\'t treat text as UTF-8]' \
	'(-)-version[version information]' \
	'(-quiet -verbose)-silent[Errors only, run in background]' \
	$'(-silent -verbose)-quiet[Run in foreground, show what\'s happening]' \
	'(-silent -quiet)-verbose[Running commentary]'
debug log:

solving 759251c ...
found 759251c in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).