plainas
plainas
No, I mean the main layout with the list of entries and the preview. Instead of an horizontal split, a vertical one. like https://github.com/junegunn/fzf
I just skimmed to the code briefly and I am not sure how interactivity is implemented. Is it done only by outputing escape sequences and calls to termios for things...
There are ncurses wrappers out there that support windows. I came across this one the other day which appears to be feature complete. I am not sure there are more...
I see. I agree it is less disturbing, specially in large screens. Sounds like the way to go is a way to draw boxes. Perhaps at the end of each...
I can put together a draft and paste in here so you guys integrate the content as you see fit.
Sorry, been a bit busy. A few small improvements could be done by anyone: * copy the introductory text from the website, it does a good job explaining what it...
I believe there are these three basic building blocks to implement: * Trigger the UI with values from the output of a command. The command could be passed as a...