airmux 0.1.0

Just another tmux session manager
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod actions;
pub mod command;
pub mod config;
pub mod pane;
pub mod pane_split;
pub mod project;
pub mod startup_window;
pub mod utils;
pub mod window;
pub mod working_dir;