Terminstant is a menu-driven TUI frontend program that provides interactive way to access Linux's text-based program without memorizing complex command-line syntax.
- Customizable, can change header text
- You can add your own menu by creating your command with subcommand, option and argument format.
- Server-based distro without Graphical Interface
- Beginner Users
At this moment, only latest version of Debian-based Linux Distribution is supported. Fedora and Arch-based distro will work but expect that some options will not work as it need to use binaries that are only available for Debian.
For compilation requirements, you will need:
- build-essential
- libncurses5-dev
- libncursesw5-dev
To compile, make
To test, make check
To remove object files, make clean
In progress, fixing huge bugs and logic error


