A modern cross platform terminal multiplexer, heavily inspired by iTerm, built using electron and web technologies.
- Pane splitting
- Tab creation
- Move panes around & between windows
- Resize panes
- Attach/Detach Panes to Current Broadcast Group
- Create multiple Broadcast Groups
- Restore previous sessions on window refresh
To install all required dependencies:
npm run deps
To run exTerm
in development mode:
npm run dev
To run test suite (this will be run automatically on commit):
npm run test
To make a build for your current platform:
npm run build