From 8ba852a8495b79361b4cc29dec12b6b2137f6bff Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Sun, 8 Sep 2024 22:46:00 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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/)