diff --git a/res/static/img/drainy.png b/res/static/img/drainy.png new file mode 100644 index 0000000..ead92c0 Binary files /dev/null and b/res/static/img/drainy.png differ diff --git a/res/template/apps.html b/res/template/apps.html index 2322790..e7c5194 100644 --- a/res/template/apps.html +++ b/res/template/apps.html @@ -22,8 +22,8 @@
@@ -31,7 +31,7 @@
ShareX is a Screen capture, file sharing and productivity tool. Pixeldrain is supported as a custom uploader. You can get ShareX + href="https://getsharex.com/">get ShareX here.
@@ -62,24 +62,37 @@
+ A simple tool for uploading files to
+ pixeldrain. Supports uploading to accounts, copying download
+ links to the clipboard and has an upload history screen.
+
- An Android app for uploading and sharing files on pixeldrain. - You can get a compiled APK package from the GitHub releases page. + An Android app for uploading and sharing files on + pixeldrain. You can get a compiled APK package from the + GitHub releases page.
go-pd is a command line interface and client library for @@ -88,36 +101,36 @@ library supports uploading, downloading and deleting files, creating and viewing lists and user accounts. Compiled binaries are available on the GitHub releases page. + href="https://github.com/ManuelReschke/go-pd/releases"> + GitHub releases page.
- go-pixeldrain is a command line interface for pixeldrain created - by Junpei Kawamoto. You can use it to upload and download files - and directories from your terminal. Compiled binaries are - available on the GitHub releases page. + go-pixeldrain is a command line interface for pixeldrain + created by Junpei Kawamoto. You can use it to upload and + download files and directories from your terminal. Compiled + binaries are available on the + GitHub releases page.
pdup is a little bash script for uploading files to pixeldrain from the terminal. It's available from + href="https://github.com/Fornax96/pdup">from GitHub.