From 8c6dc7f85e524b681369b591fb7eda4581ea0627 Mon Sep 17 00:00:00 2001 From: Tim Wilson Date: Thu, 20 Aug 2020 22:52:41 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b79b1d..b2d8c0a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,12 @@ This bot is built on [kkrypt0nn's bot template](https://github.com/kkrypt0nn/Pyt * Complete connection information * Lists of transfer files, peers, trackers * Add ability to verify transfer data +* When searching by name, update regex to include potential accented characters, eg `pokemon` would also match `pokémon` +* Currently, searching by name is done with case-insensitive regex. Update to that if a user includes upper case characters, case-sensitive search is performed +* Add recurring list option. Ie every five seconds replace `list` output with fresh output. This would be done by reacting to a "repeat" emoji to initiate repetition of the current search +* Add additional filtering options: stalled, non-zero up/down rate. +* Add a `top` command that's a combination of the above two features +* Ability to refine `list` output with filter or sort using reactions; ie click a filter or sort reaction which triggers another message with additional reactions to click to apply the extra filters or sort * Ability to specify which files to include in download (we'll see about that; sounds clunky but maybe using file ID specifiers *e.g.* `1,3-5,8`) * Notifications for when a transfer finishes/stalls/errors * via DM to the user that added the transfer