From f8924182d324dc5d7039966934be90937fbb99ca Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 17 Apr 2024 18:15:51 +0200 Subject: [PATCH] Update TODO --- TODO | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/TODO b/TODO index e00f76b..59ea160 100644 --- a/TODO +++ b/TODO @@ -32,28 +32,6 @@ key navigation left/right and insert/overwrite support. Also history browsing pressing up/down. -* Support for interaction using simple autoresponse strings - - Add support for simple autoresponse strings in the configuration file. For - example: - - autoresponse = expect:'localhost login: ', send:'root\n', - expect:'Password: ', send:'abcd1234\n' - - When expect line is matched tio will respond by writing the send string. - - When parsing the autoresponse variable make sure matching expect/send pairs - else provide warning. - - Maybe support regex matching in expect string to make feature more powerful. - - This is mostly a convenience feature. For more powerful scripted interaction - users can continue use the socket feature in combination with the expect tool - as described in the man page. - - Maybe provide a mechanism to disable autoresponse feature. Maybe by defining - maximum match count and/or in session key command to toggle feature. - * Support for running external command Add key command e.g. 'ctrl-t r' which prompts user to run external command.