sshare_plugins/README.md

27 lines
521 B
Markdown
Raw Normal View History

2024-08-31 18:44:50 +00:00
# SSHare Plugins
2024-09-08 22:46:00 +00:00
A collection of plugins I have written for SSHare that I don't
think deserve to be included by default.
2024-08-31 18:38:17 +00:00
## Plugins
2024-08-31 21:33:26 +00:00
### clipboard
Upload the contents of the clipboard and/or copy the resultant URL to the clipboard
2024-09-08 22:46:00 +00:00
#### Dependencies
- [pyclip](https://pypi.org/project/pyclip/)
2024-08-31 18:38:17 +00:00
### latest
Upload the most recently touched file from a directory
2024-08-31 19:55:10 +00:00
2024-08-31 21:33:26 +00:00
### notification
2024-08-31 19:55:10 +00:00
2024-08-31 21:33:26 +00:00
Send a notification when the upload has completed
2024-09-08 22:46:00 +00:00
#### Dependencies
- [desktop-notifier](https://pypi.org/project/desktop-notifier/)