ahiru-tpm 0.5.0

Drop-in replacement for the famous Tmux Plugin Manager (TPM), written in Rust. 🦆
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod args;
pub mod attribute;
pub mod cmd;
pub mod key_bindings;
pub mod plugin;
pub mod plugins;
pub mod prefix_lines;
pub mod progress_status;
pub mod repo_url;
pub mod spec;
pub mod tmux;
pub mod tmux_config_parser;
pub mod truncate_ellipsis;
pub mod utils;