From a976bc7c62155b3d5750e000218a124255366732 Mon Sep 17 00:00:00 2001 From: Munif Tanjim Date: Fri, 10 Jul 2026 20:36:49 +0600 Subject: [PATCH 1/2] Add tmux-ctrl to General --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b10db3e..6c82bec 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A list of tmux plugins. - [tmux-browser](https://github.com/ofirgall/tmux-browser) - Web browser sessions attached to tmux sessions. - [tmux-cargo](https://github.com/idevtier/tmux-cargo) - Plugin for executing cargo commands - [tmux-cowboy](https://github.com/tmux-plugins/tmux-cowboy) - Kill hanging processes fast. +- [tmux-ctrl](https://github.com/MunifTanjim/tmux-ctrl) - Command-line tool for controlling tmux, with keybindings for session navigation, moving panes, and extracting tokens from pane content. - [tmux-devcontainers](https://github.com/phil/tmux-devcontainers) - Manage and interact with (Devcontainers)[https://containers.dev] - [tmux-floating-plugin](https://github.com/lloydbond/tmux-floating-terminal) - A popup floating terminal window in tmux. - [tmux-fpp](https://github.com/tmux-plugins/tmux-fpp) - Quickly open any path on your terminal window in your $EDITOR of choice! From e52713062597813100ab16efbf7c0e552f576613 Mon Sep 17 00:00:00 2001 From: Munif Tanjim Date: Fri, 10 Jul 2026 20:37:31 +0600 Subject: [PATCH 2/2] Shorten tmux-ctrl description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c82bec..6471771 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A list of tmux plugins. - [tmux-browser](https://github.com/ofirgall/tmux-browser) - Web browser sessions attached to tmux sessions. - [tmux-cargo](https://github.com/idevtier/tmux-cargo) - Plugin for executing cargo commands - [tmux-cowboy](https://github.com/tmux-plugins/tmux-cowboy) - Kill hanging processes fast. -- [tmux-ctrl](https://github.com/MunifTanjim/tmux-ctrl) - Command-line tool for controlling tmux, with keybindings for session navigation, moving panes, and extracting tokens from pane content. +- [tmux-ctrl](https://github.com/MunifTanjim/tmux-ctrl) - Control tmux from the command line: session navigation, pane moving, and token extraction. - [tmux-devcontainers](https://github.com/phil/tmux-devcontainers) - Manage and interact with (Devcontainers)[https://containers.dev] - [tmux-floating-plugin](https://github.com/lloydbond/tmux-floating-terminal) - A popup floating terminal window in tmux. - [tmux-fpp](https://github.com/tmux-plugins/tmux-fpp) - Quickly open any path on your terminal window in your $EDITOR of choice!