lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Store bash history for recalling commands with up arrow #92

Closed ch1ru closed 1 year ago

ch1ru commented 1 year ago

I was wondering if you would be willing to add a readline dependency such as rustyline? It would be very useful to be able to recall history with the up arrow as well as use other shortcuts. If not then I could implement something primitive, but either way I think it would save time writing out commands.

TheBlueMatt commented 1 year ago

Hmm, I'm not really a huge fan of adding complexity in the sample. I think we may be better off focusing on building a more full-featured node based on ldk-node rather than make the sample more full-featured. That ultimately just ends up with more stuff for people to sift through when forking/reading it. CC #48