From 98a533a5128125616d5dfef654e4b9bc3a650d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20B=C4=9Blohl=C3=A1vek?= Date: Tue, 7 Oct 2014 08:32:33 +0200 Subject: [PATCH] Dropbox CLI completion --- completions/_dropbox | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 completions/_dropbox diff --git a/completions/_dropbox b/completions/_dropbox new file mode 100644 index 00000000..563d9182 --- /dev/null +++ b/completions/_dropbox @@ -0,0 +1,18 @@ +#compdef dropbox + +# Dropbox CLI completion + +_arguments "1:Command:(( + status\:'get current status of the dropboxd' + help\:'provide help' + puburl\:'get public url of a file in your dropbox' + stop\:'stop dropboxd' + running\:'return whether dropbox is running' + update\:'download latest version of dropbox' + start\:'start dropboxd' + filestatus\:'get current sync status of one or more files' + ls\:'list directory contents with current sync status' + autostart\:'automatically start dropbox at login' + exclude\:'ignores/excludes a directory from syncing' + lansync\:'enables or disables LAN sync' +))"