Skip to content

ColtonSilvaonKnoxKontor/Terminstant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminstant

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.

Features

  • Customizable, can change header text
  • You can add your own menu by creating your command with subcommand, option and argument format.

Great for

  • Server-based distro without Graphical Interface
  • Beginner Users

Requirements

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

How to Compile

To compile, make

To test, make check

To remove object files, make clean

Development Status

In progress, fixing huge bugs and logic error

Preview

Screenshot from 2025-08-27 07-01-38
Terminstant's main menu

Screenshot from 2025-08-27 07-02-28
Terminstant running in LXTerminal

Screenshot from 2025-08-27 07-02-39
xinput is executed by just selecting `Input Device List`

Releases

No releases published

Packages

 
 
 

Contributors