replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

Button to view recent command history #133

Open naxels opened 5 years ago

naxels commented 5 years ago

Besides the key combination, could we get a small button to press in order to view the history as a list and when you tap on a history line, it is inserted in the text editor?

This way if a command fails in the repl you don't have to retype/copy & paste in order to fix it.

Thank you!

kwccoin commented 5 years ago

And can we have a way to copy all history as well. Thx.