Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _nautilus
- X-seq: zsh-workers 22349
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _nautilus
- Date: Thu, 16 Mar 2006 15:46:41 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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"'
+
Messages sorted by:
Reverse Date,
Date,
Thread,
Author