From 6e9786cdf0da273c337e07582723c05f8303d23f Mon Sep 17 00:00:00 2001 From: Tim Wilson <twilsonco@gmail.com> Date: Sun, 27 Sep 2020 18:24:06 -0600 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49bdaeb..612aedf 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,23 @@ Using the [transmissionrpc](https://pythonhosted.org/transmissionrpc/) python li * [`t/help` for usage information](#help) ## Example images -* Top row: Transfer summary and symbol legend -* Bottom row: List transfers, modify transfers, and notifications +* Various images of TransmissionBot interaction through DM (light mode images) and in-channel (dark mode images) +* Going left to right, top to bottom for light mode images + * Adding new transfers from torrent file (can also add magnet links or a url to a torrent file) + * Listing transfers (with filtering, sorting, regex searching by name and tracker, etc.) + * Modifying transfers + * All transfers for pause/resume + * Or by transfer name (with filtering etc.) for pause/resume/remove/remove-delete/verify, with confirmation for removal + * Notifications via DM (can opt-in to notificaitons for any transfers, and users get notifications for transfers they added) + * Transfer summary, followed up by listing running tranfers via reaction click +* Dark mode images + * Mostly the same stuff but with commands send in-channel + * Note that reactions are removed when no longer necessary to keep the channel clean + * In-channel notifications for a variety of (customizable) transfer state changes + * Second dark mode image: list tranfers by name regex search, followed up by summary of listed transfers via reaction click + - + ## Install