diff options
Diffstat (limited to 'gemfeed')
4 files changed, 9 insertions, 9 deletions
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 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2026-02-01T20:41:24+02:00</updated> + <updated>2026-02-01T21:02:02+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -81,7 +81,7 @@ bind-key e run-shell -b "tmux display-message -p '#{pane_id}' <br /> <a href='./tmux-popup-editor-for-cursor-agent-prompts/demo2.png'><img alt='Prefilled prompt text' title='Prefilled prompt text' src='./tmux-popup-editor-for-cursor-agent-prompts/demo2.png' /></a><br /> <br /> -<span>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.</span><br /> +<span>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.</span><br /> <br /> <!-- Generator: GNU source-highlight 3.1.9 by Lorenzo Bettini @@ -311,7 +311,7 @@ main <font color="#808080">"$@"</font> <br /> <span>Other related posts are:</span><br /> <br /> -<a class='textlink' href='./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html'>2026-02-02 A tmux popup editor for Cursor Agent prompts (You are currently reading this)</a><br /> +<a class='textlink' href='./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html'>2026-02-02 A tmux popup editor for Cursor Agent CLI prompts (You are currently reading this)</a><br /> <a class='textlink' href='./2025-08-05-local-coding-llm-with-ollama.html'>2025-08-05 Local LLM for Coding with Ollama on macOS</a><br /> <a class='textlink' href='./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html'>2025-05-02 Terminal multiplexing with <span class='inlinecode'>tmux</span> - Fish edition</a><br /> <a class='textlink' href='./2024-06-23-terminal-multiplexing-with-tmux.html'>2024-06-23 Terminal multiplexing with <span class='inlinecode'>tmux</span> - Z-Shell edition</a><br /> @@ -11949,7 +11949,7 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf re <br /> <span>Other related posts are:</span><br /> <br /> -<a class='textlink' href='./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html'>2026-02-02 A tmux popup editor for Cursor Agent prompts</a><br /> +<a class='textlink' href='./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html'>2026-02-02 A tmux popup editor for Cursor Agent CLI prompts</a><br /> <a class='textlink' href='./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html'>2025-05-02 Terminal multiplexing with <span class='inlinecode'>tmux</span> - Fish edition (You are currently reading this)</a><br /> <a class='textlink' href='./2024-06-23-terminal-multiplexing-with-tmux.html'>2024-06-23 Terminal multiplexing with <span class='inlinecode'>tmux</span> - Z-Shell edition</a><br /> <br /> @@ -16945,7 +16945,7 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf re <br /> <span>Other related posts are:</span><br /> <br /> -<a class='textlink' href='./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html'>2026-02-02 A tmux popup editor for Cursor Agent prompts</a><br /> +<a class='textlink' href='./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.html'>2026-02-02 A tmux popup editor for Cursor Agent CLI prompts</a><br /> <a class='textlink' href='./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.html'>2025-05-02 Terminal multiplexing with <span class='inlinecode'>tmux</span> - Fish edition</a><br /> <a class='textlink' href='./2024-06-23-terminal-multiplexing-with-tmux.html'>2024-06-23 Terminal multiplexing with <span class='inlinecode'>tmux</span> - Z-Shell edition (You are currently reading this)</a><br /> <br /> |
