An interactive terminal-based workflow manager built with xterm.js and Express. Designed from hacker to hacker, it supports flexible, automated workflows for terminal operations with three powerful modes:
1 Manual Mode: Execute commands manually.
2 Startup Mode: Automatically run commands on page load.
3 On Previous Success: Chain commands to run after a parent terminal succeeds.
4 History Mode: just saves the history of the terminal.
node http-server.js- go to http://127.0.0.1:3000/
- spawn some terminals and nyan cats
Visual connections between terminal instances. Workflow automation for complex terminal tasks. Save and load terminal sessions. Supports interactive note-taking alongside terminal commands. Want to customize something? Inspect the elements and make changes directly on the fly — all modifications are saved automatically!
Frontend: xterm.js for terminal emulation, custom UI components. Backend: Express.js for handling terminal processes and workflows.
Built by hacker, for hackers.
