hedwig-im / hedwig

An Adapter-based Bot Framework for Elixir Applications
MIT License
650 stars 73 forks source link

Use up and down arrows for history in console adapter #75

Open keathley opened 6 years ago

keathley commented 6 years ago

This is something that I find myself doing out of habit. It would be really nice to use the up and down arrows to iterate through the previous command history to make it easier when developing responders.

scrogson commented 6 years ago

Yeah, this would be nice. We'll probably need to use the tty_sl driver for this?