From 41a944923d438002969e84f33c9d92660f3b1728 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Feb 2026 21:02:54 +0200 Subject: Update content for gemtext --- gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi | 2 +- ...2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi | 2 +- .../2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi | 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.gmi b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi index cb8b541c..167eb47a 100644 --- a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi +++ b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.gmi @@ -394,7 +394,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other related posts are: -=> ./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi 2026-02-02 A tmux popup editor for Cursor Agent prompts +=> ./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi 2026-02-02 A tmux popup editor for Cursor Agent CLI prompts => ./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi 2025-05-02 Terminal multiplexing with `tmux` - Fish edition => ./2024-06-23-terminal-multiplexing-with-tmux.gmi 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.gmi b/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi index 5be93b5e..9e79ba4a 100644 --- a/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi +++ b/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi @@ -382,7 +382,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other related posts are: -=> ./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi 2026-02-02 A tmux popup editor for Cursor Agent prompts +=> ./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi 2026-02-02 A tmux popup editor for Cursor Agent CLI prompts => ./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi 2025-05-02 Terminal multiplexing with `tmux` - Fish edition (You are currently reading this) => ./2024-06-23-terminal-multiplexing-with-tmux.gmi 2024-06-23 Terminal multiplexing with `tmux` - Z-Shell edition diff --git a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi index 8ff5da53..95f4e4c1 100644 --- a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi +++ b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi @@ -59,7 +59,7 @@ And this is how it looks like after sending back the text to the Cursor Agent's => ./tmux-popup-editor-for-cursor-agent-prompts/demo2.png 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. ```bash #!/usr/bin/env bash @@ -284,7 +284,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-) Other related posts are: -=> ./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi 2026-02-02 A tmux popup editor for Cursor Agent prompts (You are currently reading this) +=> ./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi 2026-02-02 A tmux popup editor for Cursor Agent CLI prompts (You are currently reading this) => ./2025-08-05-local-coding-llm-with-ollama.gmi 2025-08-05 Local LLM for Coding with Ollama on macOS => ./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.gmi 2025-05-02 Terminal multiplexing with `tmux` - Fish edition => ./2024-06-23-terminal-multiplexing-with-tmux.gmi 2024-06-23 Terminal multiplexing with `tmux` - Z-Shell edition diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 32af61a6..284af613 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2026-02-01T20:41:24+02:00 + 2026-02-01T21:02:02+02:00 foo.zone feed To be in the .zone! @@ -81,7 +81,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.