]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/droplr/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / droplr / README.md
1 # droplr
2
3 Use [Droplr](https://droplr.com/) from the command line to upload files and shorten
4 links. It needs to have [Droplr.app](https://droplr.com/apps) installed and logged
5 in. MacOS only.
6
7 To use it, add `droplr` to the `$plugins` variable in your zshrc file:
8
9 ```zsh
10 plugins=(... droplr)
11 ```
12
13 Author: [Fabio Fernandes](https://github.com/fabiofl)
14
15 ## Examples
16
17 - Upload a file: `droplr ./path/to/file/`
18
19 - Shorten a link: `droplr https://example.com`