TUI
Re: TUI
IMO a TUI (Text User-Interface) is a CLI as they are both text-based user interfaces.
I'm currently contemplating using a menu-based TUI (with forced number selections) over the standard shell-based TUI (CLI). I'm not sure exactly what you mean by a TUI, so it's hard to tell you if it would be better to have than a CLI.
Maybe list some pros/cons and some design features for us?
I'm currently contemplating using a menu-based TUI (with forced number selections) over the standard shell-based TUI (CLI). I'm not sure exactly what you mean by a TUI, so it's hard to tell you if it would be better to have than a CLI.
Maybe list some pros/cons and some design features for us?
Website: https://joscor.com
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: TUI
I'll name a few things off:
TUI menu:
I could probably list more but these are the important ones.
TUI menu:
- Simpler to navigate and use
- Could have some kind of scripting language implemented for scripting menu commands
- Better for users used to GUI's
- Ultimate control over what to do for an action
- "batch" shell scripting can be done
- Standard fall-back shell for most OSes (Linux, Windows, Mac OS X , BSD's with X, etc.
- Easier to code and change the structure of
I could probably list more but these are the important ones.
Re: TUI
I disagree. I find that if something is only fairly similar to something else, I'd rather have it completely different. For instance, when using a TUI, I almost always try to use the mouse to click on things: exactly as if you were using a GUI. About half the time a cursor appears and does what I want, half the time it doesn't. A CLI doesn't have that problem. It's pretty much completely different to a GUI.Troy Martin wrote:Better for users used to GUI's
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Re: TUI
My OS is going to have a GUI (in fact, I'm getting ready to write one right now).
However, if I decided to go with text, instead (which I might), I will use a combination of a CLI and a TUI. The command line will be there, but will be more advanced towards other uses. I haven' thought much about a CLI/TUI, but if I were to do one there would be more functions that a plain CLI, but would be more like a TUI with a command line.
-JL
However, if I decided to go with text, instead (which I might), I will use a combination of a CLI and a TUI. The command line will be there, but will be more advanced towards other uses. I haven' thought much about a CLI/TUI, but if I were to do one there would be more functions that a plain CLI, but would be more like a TUI with a command line.
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: TUI
I made a simple window-based tui - like a tui window manager. Trouble was, I didnt have a mouse driver, and after I showed it to my friends, they were very frustrated that they couldn't use the mouse. They still keep nagging me to make a mouse driver, but at the moment I'm busy rewriting my OS. I've attached some screenshots of it - they were borderless, and the less video ram you had, the longer it took to scroll - yeah, I have to rewrite it one day.
In the end, unless you have a good resolution, I have to suggest you go for a CLI, but that may scare some people off (don't ask why - it just seems to do so).
In the end, unless you have a good resolution, I have to suggest you go for a CLI, but that may scare some people off (don't ask why - it just seems to do so).
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: TUI
Sour: what display mode is that? Looks like 120x90 or something!
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: TUI
Hmm, must be. Pretty nifty though!
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: TUI
Hmm... this reminds me of good ol' Norton Commanderpiranha wrote:My OS is going to have a GUI (in fact, I'm getting ready to write one right now).
However, if I decided to go with text, instead (which I might), I will use a combination of a CLI and a TUI. The command line will be there, but will be more advanced towards other uses. I haven' thought much about a CLI/TUI, but if I were to do one there would be more functions that a plain CLI, but would be more like a TUI with a command line.
-JL
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: TUI
Love4: Well that takes me back...
Me wrote:Ooooh, well this isn't good. Anyone got a Commander floppy around? I'll take Gnuparted if you shove it into the drive and tape the holes shut!
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: TUI
Is there an 80x60? Cause having a 640x480 text mode for TBOS would be real nice!