1#compdef nautilus
2
3_arguments \
4  '--browser[open a browser window]' \
5  '(--check -c)'{-c,--check}'[perform a quick set of self-check tests]' \
6  '(--geometry -g)'{-g,--geometry=}':geometry:_x_geometry' \
7  '(--no-default-window -n)'{-n,--no-default-window}'[only create windows for explicitly specified URIs]' \
8  '--no-desktop[do not manage the desktop]' \
9  '(--quit -q)'{-q,--quit}'[quit Nautilus]' \
10  '--help[show a summary of options]' \
11  '--version[show version]' \
12  '*:URI: _alternative "files:file:_files" "urls:URL:_urls"'
13
14