mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			525 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			525 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef qtplay
 | |
| 
 | |
| _arguments -S \
 | |
|   '(- *)-cd[play a CD]' \
 | |
|   '(-)-f[read files as playlist]:*:playlist:_files' \
 | |
|   '-l[loop]' \
 | |
|   '-q[quiet]' \
 | |
|   '-Q[quicktime only]' \
 | |
|   '-s[speak filenames]' \
 | |
|   '-S[sound manager only]' \
 | |
|   '-v[verbose]' \
 | |
|   '-z[shuffle play]' \
 | |
|   '-Z[random play]' \
 | |
|   '-1[play one random file]' \
 | |
|   '-t[specify update time]:update time (seconds)' \
 | |
|   '-T[kill time]:ticks' \
 | |
|   '-V[volume]:percentage of normal volume' \
 | |
|   '(-)'{-?,--help,-h}'[display help information]' \
 | |
|   '(-)*:quicktime file:_files'
 | |
| 
 |