zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _nautilus
@ 2006-03-16 20:46 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-03-16 20:46 UTC (permalink / raw)
  To: zsh-workers

That GNOME thing..

Index: Completion/X/Command/_nautilus
===================================================================
RCS file: Completion/X/Command/_nautilus
diff -N Completion/X/Command/_nautilus
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/X/Command/_nautilus	16 Mar 2006 20:45:57 -0000
@@ -0,0 +1,13 @@
+#compdef nautilus
+
+_arguments \
+  '--browser[open a browser window]' \
+  '(--check -c)'{-c,--check}'[perform a quick set of self-check tests]' \
+  '(--geometry -g)'{-g,--geometry=}':geometry:_x_geometry' \
+  '(--no-default-window -n)'{-n,--no-default-window}'[only create windows for explicitly specified URIs]' \
+  '--no-desktop[do not manage the desktop]' \
+  '(--quit -q)'{-q,--quit}'[quit Nautilus]' \
+  '--help[show a summary of options]' \
+  '--version[show version]' \
+  '*:URI: _alternative "files:file:_files" "urls:URL:_urls"'
+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-16 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-16 20:46 PATCH: _nautilus Clint Adams

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).