I am designing a program at work that will be a console-application; i.e. the interface being used is a TUI (textual-user-interface) not a GUI.
What programs currently exist that make use of a such an interface? The program I am writing is not similar to a shell or command prompt, so using that as a comparison is out of the question. I want something to which I can compare my interface (and from which I can get ideas).
Does anyone have any suggestions? Something that is menu based would be great, as that is the basic gist of my program. Perhaps Linux has something that would suffice as a good example?
What programs currently exist that make use of a such an interface? The program I am writing is not similar to a shell or command prompt, so using that as a comparison is out of the question. I want something to which I can compare my interface (and from which I can get ideas).
Does anyone have any suggestions? Something that is menu based would be great, as that is the basic gist of my program. Perhaps Linux has something that would suffice as a good example?