docs: add gotmux tmux library (#132)

This commit is contained in:
Gianluca Piccirillo 2024-11-06 18:04:46 -05:00 committed by GitHub
parent e166d082d2
commit 16cd42f103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,6 +190,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set
### Development and testing
- [gotmux](https://github.com/GianlucaP106/gotmux) A golang library to interact with tmux.
- [tmux-example-plugin](https://github.com/tmux-plugins/tmux-example-plugin) Example Tmux plugin that actually demonstrates how to build plugins for Tmux
- [tmux-test](https://github.com/tmux-plugins/tmux-test) A small framework for isolated testing of tmux plugins.