goose icon indicating copy to clipboard operation
goose copied to clipboard

improve usability of telnet Controller

Open jeremyandrews opened this issue 3 years ago • 2 comments

Explore enhancing the telnet Controller with rustyline, maintaining a command history and allowing up-arrow to load the last command, etc.

jeremyandrews avatar Jun 24 '21 06:06 jeremyandrews

It seems that rustyline currently assumes command line interface operates on standard input/outout. In order fo us to use it they would need to support arbitrary streams. I opened an issue to see if that would be an option.

kkawakam/rustyline#542

slashrsm avatar Jul 13 '21 07:07 slashrsm

Also asked the same question in two other similar libraries (murarth/linefeed#73 and https://gitlab.redox-os.org/redox-os/liner/-/issues/14).

slashrsm avatar Jul 13 '21 07:07 slashrsm