Fork me on GitHub
#planck
<
2019-10-30
>
austin.chamberlin00:10:41

No, I don't have immediate need or use for it Mike. I'm interested only in the sense that one day I may try to implement fzf in planck, because it's so nice to have, but until then I'm going to do without.

mfikes00:10:41

@austin.chamberlin Cool. I think the ability to get keypress events will be a nice thing to have generally. I have it working in blocking mode already (that part was easy). Next I’m cobbling together an async variant in case you want to have a program run and do other things and get called back when a keypress occurs.

mfikes00:10:52

:thinking_face: it might be cool to have a planck.curses namespace that sits atop ncurses, making it easy to build console apps (This is a generalization of the idea of getting key presses.)

😮 4
bfabry00:10:27

that indeed would be cool. and would add an easy way for people to do something in clojure that was previously basically impossible (interactive cli apps in java)

futuro23:10:07

That would be super neat!