Update README.md

This commit is contained in:
Gnarwhal 2024-09-08 22:46:00 +00:00
parent 92bb65a049
commit 8ba852a849
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

@ -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/)