openhab / org.openhab.ui.habot

A chatbot for openHAB using machine-learning natural language processing from OpenNLP
Eclipse Public License 1.0
65 stars 31 forks source link

Command history in Chat view #33

Open kubawolanin opened 5 years ago

kubawolanin commented 5 years ago

I have been playing around with HABot recently. So amazing! Here's one idea to consider - a bash-like command history:

command-history

The feature utilizes localStorage. Using up/down arrows you can access your previously typed commands. PR coming shortly :-)

(It's been so long since I've been coding open source!)