Skip to content

Utility application for running multiple terminal commands inside the single terminal window

Notifications You must be signed in to change notification settings

MarynychViktor/cli-application-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash command runner

Utility application for running multiple terminal commands inside the single terminal window. The utility allows you to track each terminal process's progress and navigate the numerous concurrently running processes. Todo:

  • Create a layout using the tui-rs crate
  • Provide a sidebar with the processes list and the running status
  • Provide real-time process output in the console window
  • Add shortcut keys
  • Add a basic console scroll
  • Optimize console output rendering logic on each tick
  • Provide more advanced scroll functionality
  • Introduce caching to avoid the whole output rebuild
  • Add a signal logic handler on the terminal close

About

Utility application for running multiple terminal commands inside the single terminal window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages