embers-cli 0.1.0

Interactive terminal UI and automation CLI for the Embers terminal multiplexer.
1
2
3
4
5
6
7
8
mod automation;
mod interactive;
mod panes;
mod ping;
mod popups;
mod sessions;
mod support;
mod windows;