From f886fdf91380071914b48619bd07ae30f1b44afd Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 30 Jul 2021 00:53:15 +0200 Subject: [PATCH] mention unpost in the readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5d3675f..6ffc8212 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ summary: all planned features work! now please enjoy the bloatening * ☑ basic: plain multipart, ie6 support * ☑ up2k: js, resumable, multithreaded * ☑ stash: simple PUT filedropper + * ☑ unpost: undo/delete accidental uploads * ☑ symlink/discard existing files (content-matching) * download * ☑ single files in browser @@ -215,10 +216,11 @@ example: ## tabs * `[🔎]` search by size, date, path/name, mp3-tags ... see [searching](#searching) +* `[🧯]` unpost: undo/delete accidental uploads * `[🚀]` and `[🎈]` are the uploaders, see [uploading](#uploading) -* `[📂]` mkdir, create directories -* `[📝]` new-md, create a new markdown document -* `[📟]` send-msg, either to server-log or into textfiles if `--urlform save` +* `[📂]` mkdir: create directories +* `[📝]` new-md: create a new markdown document +* `[📟]` send-msg: either to server-log or into textfiles if `--urlform save` * `[🎺]` audio-player config options * `[⚙️]` general client config options @@ -312,8 +314,10 @@ you can also zip a selection of files or folders by clicking them in the browser ## uploading two upload methods are available in the html client: -* `🎈 bup`, the basic uploader, supports almost every browser since netscape 4.0 -* `🚀 up2k`, the fancy one +* `[🎈] bup`, the basic uploader, supports almost every browser since netscape 4.0 +* `[🚀] up2k`, the fancy one + +you can undo/delete uploads using `[🧯] unpost` if the server is running with `-e2d` up2k has several advantages: * you can drop folders into the browser (files are added recursively)