mendelt / cmdr

Cmdr is a library for building line-oriented text-based user interfaces in Rust.
Apache License 2.0
15 stars 1 forks source link

Keep a command history. #4

Closed mendelt closed 5 years ago

mendelt commented 5 years ago

Commands that have been typed earlier can be re-executed by using arrow keys to move up and down. Commands in the command history can then be edited and re-executed by pressing enter.