CLI/TUI Bread

Post your favorite CLI/TUI tool, and tell mi frens why you like it so much.

Attached: calcurse-config.png (600x350, 46K)

Other urls found in this thread:

github.com/eteran/edb-debugger
cgdb.github.io/
stackoverflow.com/questions/38803783/how-to-automatically-refresh-gdb-in-tui-mode
twitter.com/NSFWRedditVideo

gdb

it just werkz

"layout asm" is buggy as fuck on gdb

emerge

TUI inside a desktop terminal emulator is just like a GUI, but with poor text rendering and element separation.

>buggy
elaborate

the point is that it can be ran on a tty if you want (or over ssh which would be a more common usage)
also, even if it runs on an emulator, its usually much faster than a gtk program for example

well when I tried to use it sometimes the borders got glitchy when stepping through instructions, going backwards is a mess, I've had the screen go completely blank many times until restart, and other issues that made me stop using it.
I use edb now, which is much better
github.com/eteran/edb-debugger

cgdb.github.io/