diff --git a/README.md b/README.md index 8647ced..be5d6d5 100644 --- a/README.md +++ b/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/)