Expand description
The picker and the commands a person runs: the TUI, the row layout, restart, resurrect, and the ssh federation.
The only crate here that links a terminal library. Nothing in core or
daemon can see any of it.
Modules§
- act
- The two keys that act rather than navigate: ctrl-x on a row, f8 on the list.
- ansi
- Just enough ANSI to render a captured pane.
- install
- Putting taimux on PATH and binding the key.
- remote
- Other hosts’ sessions, in the same list.
- restart
- Putting a claude session back on the version that is installed now.
- resurrect
- Teaching tmux-resurrect which conversation each pane was on.
- rows
- The picker’s rows, laid out here rather than in awk.
- tui
- The picker, drawn here instead of by fzf.