[Feature] Add support for commands history (up/down arrows)
marcinbor85 opened this issue · 4 comments
marcinbor85 commented
[Feature] Add support for commands history (up/down arrows)
GhostFire90 commented
@marcinbor85 Are you working on this? If you arent I'd love to contribute, I have a question abt the input buffer however
RoStCode commented
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.
GhostFire90 commented
@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
RoStCode commented
What do you mean? All code is visible in the branch linked.