twm 0.13.0

A customizable workspace manager for tmux
Documentation
1
2
3
4
5
6
7
mod event;
mod picker;
mod tui;

pub use event::EventHandler;
pub use picker::{Picker, PickerSelection};
pub use tui::Tui;