tmux_plugin 0.0.1

A library for writing tmux plugins in Rust. This requires a forked version of tmux which supports plugins.
Documentation
1
2
3
4
5
This is a library for writing plugins for `tmux` in Rust.

To use these plugins requires the use of a [fork of `tmux`](https://github.com/foxbenjaminfox/tmux)
that supports this plugin system.
This is still very experimental. Use it at your own risk.