From ff1ca5bbd1fd88b41ee7f40fe500efb462f9e61e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Feb 2026 21:02:53 +0200 Subject: Update content for html --- gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html | 2 +- ...025-05-02-terminal-multiplexing-with-tmux-fish-edition.html | 2 +- .../2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html | 4 ++-- gemfeed/atom.xml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html index abe8adc0..f16d227f 100644 --- a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html +++ b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.html @@ -438,7 +438,7 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf re
Other related posts are:

-2026-02-02 A tmux popup editor for Cursor Agent prompts
+2026-02-02 A tmux popup editor for Cursor Agent CLI prompts
2025-05-02 Terminal multiplexing with tmux - Fish edition
2024-06-23 Terminal multiplexing with tmux - Z-Shell edition (You are currently reading this)

diff --git a/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html b/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html index 26185389..4e43314c 100644 --- a/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html +++ b/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html @@ -402,7 +402,7 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf re
Other related posts are:

-2026-02-02 A tmux popup editor for Cursor Agent prompts
+2026-02-02 A tmux popup editor for Cursor Agent CLI prompts
2025-05-02 Terminal multiplexing with tmux - Fish edition (You are currently reading this)
2024-06-23 Terminal multiplexing with tmux - Z-Shell edition

diff --git a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html index aac2e3d3..9979c31d 100644 --- a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html +++ b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html @@ -74,7 +74,7 @@ bind-key e run-shell -b "tmux display-message -p '#{pane_id}'
Prefilled prompt text

-And here is the full script. It is a bit ugly since it's shell (written with Cursor Agent with GPT-5.2-Codex), and I might (let) rewrite it in Go and release it once I have time. But it works well enough for now.
+And here is the full script. It is a bit ugly since it's shell (written with Cursor Agent with GPT-5.2-Codex), and I might (let) rewrite it in Go with propper unit tests, config-file, multi-agent support and release it once I have time. But it works well enough for now.