mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Dropbox CLI completion
This commit is contained in:
parent
96e4e5dd03
commit
98a533a512
1 changed files with 18 additions and 0 deletions
18
completions/_dropbox
Normal file
18
completions/_dropbox
Normal file
|
|
@ -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'
|
||||||
|
))"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue