Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamg/sunder
✂️ terminal multiplexer in golang // a minimalist tmux alternative
https://github.com/liamg/sunder
multiplexer shit terminal
Last synced: 2 months ago
JSON representation
✂️ terminal multiplexer in golang // a minimalist tmux alternative
- Host: GitHub
- URL: https://github.com/liamg/sunder
- Owner: liamg
- Created: 2020-02-27T10:42:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T03:42:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T12:45:22.988Z (3 months ago)
- Topics: multiplexer, shit, terminal
- Language: Go
- Homepage:
- Size: 2.98 MB
- Stars: 32
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sunder
*A terminal multiplexer for idiots*
Sunder aims to be two things:
1. A simple tmux alternative. The current state is a very poor man's tmux, but we'll get there :)
1. A set of packages constituting terminal middleware. You can use them to create your own terminal multiplexer, your own terminal, or something else!## Keyboard Shortcuts
All Sunder keyboard shortcuts are started with `ctrl` + `a`, then a single keypress. For example, to split a pane vertically, you would press `ctrl` + `a`, then press `v`.
| Key | Meaning |
|-----|---------|
| h | Split pane horizontally
| v | Split pane vertically## TODO
- Add shortcut overlay on ctrl seq press
- Application key mode per terminal
- Add tabs
- Configuration management
- Status bar configuration a la shox
- Add attach/detach capability
- Create `Show HN` post