marcinbor85/microshell

[Feature] Add support for commands history (up/down arrows)

marcinbor85 opened this issue · 4 comments

[Feature] Add support for commands history (up/down arrows)

@marcinbor85 Are you working on this? If you arent I'd love to contribute, I have a question abt the input buffer however

Hi @GhostFire90
I´ve implemented this in https://github.com/RoStCode/microshell/tree/issue6_cmd_history and it is working good in a "production environment". However, I would say that code is not yet ready for prime time. Some unit tests are missing and code could be improved. Feel free to try it out and suggest improvements.

@RoStCode Sounds good! thank you for the reply, do you have specific src files you worked in for it? im curious how you implemented it

What do you mean? All code is visible in the branch linked.