From b2a560b76f10283df9c5c67637cd318a855cb648 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 21 Feb 2021 00:29:10 +0000 Subject: [PATCH] update readme with new features --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 04728872..362fd463 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,22 @@ you may also want these, especially on servers: * upload * ☑ basic: plain multipart, ie6 support * ☑ up2k: js, resumable, multithreaded + * ☑ stash: simple PUT filedropper + * ☑ symlink/discard existing files (content-matching) * download * ☑ single files in browser * ✖ folders as zip files * ☑ FUSE client (read-only) * browser + * ☑ tree-view * ☑ media player * ✖ thumbnails + * ✖ SPA (browse while uploading) + * currently safe using the file-tree on the left only, not folders in the file list +* server indexing + * ☑ locate files by contents + * ☑ search by name/path/date/size + * ✖ search by ID3-tags etc. * markdown * ☑ viewer * ☑ editor (sure why not)