Update README.md
This commit is contained in:
parent
92bb65a049
commit
8ba852a849
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -1,7 +1,7 @@
|
|||
# SSHare Plugins
|
||||
|
||||
A collection of the plugins I have written for SSHare that I didn't
|
||||
think deserved to be included by default
|
||||
A collection of plugins I have written for SSHare that I don't
|
||||
think deserve to be included by default.
|
||||
|
||||
## Plugins
|
||||
|
||||
|
@ -9,6 +9,10 @@ think deserved to be included by default
|
|||
|
||||
Upload the contents of the clipboard and/or copy the resultant URL to the clipboard
|
||||
|
||||
#### Dependencies
|
||||
|
||||
- [pyclip](https://pypi.org/project/pyclip/)
|
||||
|
||||
### latest
|
||||
|
||||
Upload the most recently touched file from a directory
|
||||
|
@ -16,3 +20,7 @@ Upload the most recently touched file from a directory
|
|||
### notification
|
||||
|
||||
Send a notification when the upload has completed
|
||||
|
||||
#### Dependencies
|
||||
|
||||
- [desktop-notifier](https://pypi.org/project/desktop-notifier/)
|
||||
|
|
Loading…
Reference in a new issue