diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-01 21:02:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-01 21:02:54 +0200 |
| commit | f3fb8a6f7fd8673242571c2c20b65346f7c56181 (patch) | |
| tree | 22766e54db39bffb8996dbbb06dc37f796e6f77a /gemfeed | |
| parent | 589529194e940b30248fcc6a6585fa9c590d3b2b (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
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 [](./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) |
