From a4dfb21ebefc141785285448059b51ea9b7e8985 Mon Sep 17 00:00:00 2001 From: Tim Wilson <twilsonco@gmail.com> Date: Mon, 24 Aug 2020 14:19:29 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf0cb2e..b567a8d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ This bot is built on [kkrypt0nn's bot template](https://github.com/kkrypt0nn/Pyt * 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` +* Specify number of transfers to show when using `list` or `modify` +* Combine the `list` and `modify` commands in the code, with a simple parameter to specify whether or not modification is allowed * 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, error, non-zero up/down rate.