From e1ef3fb1c190176bda5a39a423c3ecaf4087ae1c Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 25 Dec 2015 00:06:03 +0100 Subject: [PATCH] Added bragging section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 852a07c..d138da1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ A temporary (or permanent, depending on configuration) file sharing service written in Flask +# Features + +* Automatically remove files that aren't accessed often enough +* Supports all filetypes +* Prevents duplicate filenames +* Works on all platforms (as long as they can use basic JavaScript) +* Both easy to set up and use +* Threaded for effective use of resources +* Color-coded and real-time console log +* Easy to use with most applications, such as ShareX + # Requirements * Python 3 (Python 2 might work, dunno, i don't test that, don't care either)