summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md2
-rw-r--r--gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md2
-rw-r--r--gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md
index cd60ca66..21681824 100644
--- a/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md
+++ b/gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md
@@ -394,7 +394,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-)
Other related posts are:
-[2026-02-02 A tmux popup editor for Cursor Agent prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
+[2026-02-02 A tmux popup editor for Cursor Agent CLI prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
[2025-05-02 Terminal multiplexing with `tmux` - Fish edition](./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md)
[2024-06-23 Terminal multiplexing with `tmux` - Z-Shell edition (You are currently reading this)](./2024-06-23-terminal-multiplexing-with-tmux.md)
diff --git a/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md b/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md
index fee6ffe3..475843af 100644
--- a/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md
+++ b/gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md
@@ -382,7 +382,7 @@ E-Mail your comments to `paul@nospam.buetow.org` :-)
Other related posts are:
-[2026-02-02 A tmux popup editor for Cursor Agent prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
+[2026-02-02 A tmux popup editor for Cursor Agent CLI prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
[2025-05-02 Terminal multiplexing with `tmux` - Fish edition (You are currently reading this)](./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md)
[2024-06-23 Terminal multiplexing with `tmux` - Z-Shell edition](./2024-06-23-terminal-multiplexing-with-tmux.md)
diff --git a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md
index 7adc86b8..d269e37b 100644
--- a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md
+++ b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md
@@ -59,7 +59,7 @@ And this is how it looks like after sending back the text to the Cursor Agent's
[![Prefilled prompt text](./tmux-popup-editor-for-cursor-agent-prompts/demo2.png "Prefilled prompt text")](./tmux-popup-editor-for-cursor-agent-prompts/demo2.png)
-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 A tmux popup editor for Cursor Agent prompts (You are currently reading this)](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
+[2026-02-02 A tmux popup editor for Cursor Agent CLI prompts (You are currently reading this)](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
[2025-08-05 Local LLM for Coding with Ollama on macOS](./2025-08-05-local-coding-llm-with-ollama.md)
[2025-05-02 Terminal multiplexing with `tmux` - Fish edition](./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md)
[2024-06-23 Terminal multiplexing with `tmux` - Z-Shell edition](./2024-06-23-terminal-multiplexing-with-tmux.md)