tuimux 0.2.0

A fast Rust TUI for everything tmux, with full CRUD support.
Documentation
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Action {
    StartFilter,
    Refresh,
    Export,
    Restore,
    MoveUp,
    MoveDown,
    Select,
    Expand,
    Collapse,
    ToggleExpand,
    Attach,
    CreateSession,
    CreateWindow,
    Rename,
    Close,
    Quit,
}