ahiru-tpm 0.4.0

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