X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fdroplr%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fdroplr%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=6daa2540d6df7916d2402779dcf73a7f87676a4a;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/droplr/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/droplr/README.md deleted file mode 100644 index 6daa254..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/droplr/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# droplr - -Use [Droplr](https://droplr.com/) from the command line to upload files and shorten -links. It needs to have [Droplr.app](https://droplr.com/apps) installed and logged -in. MacOS only. - -To use it, add `droplr` to the `$plugins` variable in your zshrc file: - -```zsh -plugins=(... droplr) -``` - -Author: [Fabio Fernandes](https://github.com/fabiofl) - -## Examples - -- Upload a file: `droplr ./path/to/file/` - -- Shorten a link: `droplr https://example.com`