From add67256f832e33e74e2b462fddbf6ab1214a0d8 Mon Sep 17 00:00:00 2001 From: Aran Borkum Date: Tue, 15 Jul 2025 01:19:19 +0100 Subject: [PATCH] Adds tmux-cookie-cutter plugin (#146) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8fc8c9..a14bf8f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tat](https://github.com/ryandotsmith/tat) Tab completion for tmux sessions - [teamocil](https://github.com/remi/teamocil) A simple tool used to automatically create windows and panes in tmux with YAML files - [tmex](https://github.com/evnp/tmex) A minimalist tmux layout manager +- [tmux-cookie-cutter](https://github.com/AranBorkum/tmux-cookie-cutter) A YAML based session builder, configuring windows, panes and environments automatically - [tmux-cssh](https://github.com/zinic/tmux-cssh) Tmux with a "ClusterSSH"-like behavior - [tmux-conf](https://github.com/jaclu/tmux-conf) Meant for users running tmux on multiple hosts, not always running the same version. Generates tmux config files using version checks - [tmux-nav-master](https://github.com/TheSast/tmux-nav-master) Easy cross-navigation between tmux and other terminal applications.