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
|
# SSHare Plugins
|
||||||
|
|
||||||
A collection of the plugins I have written for SSHare that I didn't
|
A collection of plugins I have written for SSHare that I don't
|
||||||
think deserved to be included by default
|
think deserve to be included by default.
|
||||||
|
|
||||||
## Plugins
|
## 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
|
Upload the contents of the clipboard and/or copy the resultant URL to the clipboard
|
||||||
|
|
||||||
|
#### Dependencies
|
||||||
|
|
||||||
|
- [pyclip](https://pypi.org/project/pyclip/)
|
||||||
|
|
||||||
### latest
|
### latest
|
||||||
|
|
||||||
Upload the most recently touched file from a directory
|
Upload the most recently touched file from a directory
|
||||||
|
@ -16,3 +20,7 @@ Upload the most recently touched file from a directory
|
||||||
### notification
|
### notification
|
||||||
|
|
||||||
Send a notification when the upload has completed
|
Send a notification when the upload has completed
|
||||||
|
|
||||||
|
#### Dependencies
|
||||||
|
|
||||||
|
- [desktop-notifier](https://pypi.org/project/desktop-notifier/)
|
||||||
|
|
Loading…
Reference in a new issue