my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
457 B

3 years ago
  1. # droplr
  2. Use [Droplr](https://droplr.com/) from the command line to upload files and shorten
  3. links. It needs to have [Droplr.app](https://droplr.com/apps) installed and logged
  4. in. MacOS only.
  5. To use it, add `droplr` to the `$plugins` variable in your zshrc file:
  6. ```zsh
  7. plugins=(... droplr)
  8. ```
  9. Author: [Fabio Fernandes](https://github.com/fabiofl)
  10. ## Examples
  11. - Upload a file: `droplr ./path/to/file/`
  12. - Shorten a link: `droplr https://example.com`