19 lines
596 B
Plaintext
19 lines
596 B
Plaintext
|
#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'
|
||
|
))"
|