Earlier quoted context omitted.
Not only that, I found it much easier to create TUIs on DOS than on a UN*X system. I still have a hard time with curses. Zortech c on DOS had a small set of screen functions, disp_*(). These are enhanced printf(), scanf(), getc() type functions by adding cursor positioning on an 80x25 screen. Pretty basic but you could create nice applications with these basic functions in Zortech c. Granted, on DOS the screen size d…
> I still have a hard time with curses. FWIW, _everybody_ has a hard time with curses. That's why it's (aptly) named "curses!"
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
111–120 of 299 posts
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#112Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#113Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#114Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#115Some things I observe from watching these apps is that navigation clues are always present, keymappings are static from screen to screen (F1 is always help, say), and the UI is such that the user is always in control of the application state.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#116I use vim, mutt, tig, newsboat, jless (if that counts) pretty much daily. Also a TUI Confluence client which I wrote and which I am the only user of as far as I know. Navigating Confluence becomes a breeze.
I'm not using Confluence anymore, but I imagine others would find your TUI useful. Have you considered publishing it?
I consider it MeWare: written for me, but published for others to use because why not? But don't expect a polished product.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#117Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#118You might want to play around with the lynx browser as well... https://en.wikipedia.org/wiki/Lynx_(web_browser)
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#119Earlier quoted context omitted.
> I still have a hard time with curses. FWIW, _everybody_ has a hard time with curses. That's why it's (aptly) named "curses!"
haha never put 1 and 2 together. i guess these days its either something CSS or curses. cursed style sheets? :') maybe someone can do everyone a solid and make a GUI to design TUIs ? hahah
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#120There's also k9s: https://k9scli.io/
And of course htop and nano!