Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
121–130 of 299 posts
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#122The original Oberon tiled interface where commands and menus are text that you run, that generate more text. This still exists in blackbox framework oberon/f which embeds text commands in documents. Personally I like the workspace like text UI more than terminals and repls. In a workspace commands are retained, and output persists, they don't fly away but remain on the virtual screens..
The Blackbox framework has a Windows GUI and is quite different from the Oberon System v1 and v2. Starting with v3 and the active object system (AOS), the Oberon System had also a GUI, even with a window manager. But Wirth went back to the original TUI in his FPGA based Project Oberon System (see https://www.projectoberon.net/); here is a version or this system which runs on all platforms: https://github.com/rochus-keller/OberonSystem.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#123If you are in the US, pick a slow day and chat to the customer service people at Lowes or Costco. Both stores use TUI interfaces for their instore service apps, and boy are they fast with them. They reserve GUI things for the self service point of sale systems and keep the TUI for cases where speed matters. I suspect that these apps might once have been mainframe hosted (in other words, screen-oriented, with the PC t…
Whereas in indie coffee shops they use a Square tablet and in Apple stores the store people just use iPhones with special cases. Best Buy or Walgreens uses POS tablets with a relatively ugly GUI.
Legacy apps never die. Charles Schwab might use mainframes while Robinhood won't but Schwab won't move off because it's too hard for an established firm. Same with Costco TUIs.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#124In stark contrast to most GNU/*nix tools, I really liked MS-DOS's edit.com text editor. Unlike emacs or vim or even nano, it didn't have a bunch of invisible shortcut keys, just a Windows-like drop-down menu system (but rendered in DOS). You could easily browse through the menu hierarchy, but still memorize certain shortcuts that you often use (just like Windows). In later versions you could even use the mouse to sel…
Tilde is a great EDIT.COM/Borland style IDE clone for Linux. It even has mouse support via remote Terminal.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#125You could build a relational database and lookup and entry forms for an app all in a tui.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#126https://www.unix-ag.uni-kl.de/~guenther/unix-tools-for-real-...
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#127Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#128I wouldn't be surprised if it was still in use now.
Re: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
#129This way I can quickly record on Mac, with some interaction, and of course, since this is Rust and ratatui [2], this tool should also be cross-platform.