Skip to content

Multi-Term is a go package that allows for multiple terminal interfaces to be present in one bash terminal

Notifications You must be signed in to change notification settings

lauchlan105/multiterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiterm (Golang)

This project is still in its infancy and development is currently on hold. The MultiTerm project is intended to allow multiple programs of any kind to be run as sub-processes of a single program.

The intended purpose is to equip each program with its own IO stream and allow programs to relay information between one-another, all bundled in a robust terminal-based interface complete with a tabular layout, independant stream scrolling and event based menus.

  • The main program is located under 'multiterm'
  • 'maintwo' houses a simple testing function that is used to show input/output streams between the main (multiterm) and the test program

Demo gifs to come

About

Multi-Term is a go package that allows for multiple terminal interfaces to be present in one bash terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages