From 16cd42f1037c1dc2a1b6b5e8f8e31e9742198707 Mon Sep 17 00:00:00 2001 From: Gianluca Piccirillo Date: Wed, 6 Nov 2024 18:04:46 -0500 Subject: [PATCH] docs: add gotmux tmux library (#132) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ab240f..87a77d1 100644 --- a/README.md +++ b/README.md @@ -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.