From 62ddbfa97f7376cd0a3189d4ff6944ebd67cebac Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Feb 2026 21:30:14 +0200 Subject: Update content for gemtext --- gemfeed/atom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'gemfeed/atom.xml') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 284af613..1b78b084 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2026-02-01T21:02:02+02:00 + 2026-02-01T21:29:22+02:00 foo.zone feed To be in the .zone! @@ -31,6 +31,7 @@
  • Why I built this
  • What it is
  • How it works (overview)
  • +
  • ⇢ ⇢ Workflow diagram
  • Challenges and small discoveries
  • Test cases (for a future rewrite)
  • (Almost) works with any editor (or any TUI)
  • @@ -77,6 +78,23 @@ bind-key e run-shell -b "tmux display-message -p '#{pane_id}' \"~/scripts/tmux-edit-send /tmp/tmux-edit-target-#{client_pid}\""
    +

    Workflow diagram


    +
    +This is the whole workflow:
    +
    +
    +┌────────────────────┐   ┌───────────────┐   ┌─────────────────────┐   ┌─────────────────────┐
    +│ Cursor input box   │-->| tmux keybind  │-->| popup runs script   │-->| capture + prefill   │
    +│ (prompt pane)      │   │ prefix + e    │   │ tmux-edit-send      │   │ temp file           │
    +└────────────────────┘   └───────────────┘   └─────────────────────┘   └─────────────────────┘
    +                                                                                 |
    +                                                                                 v
    +┌────────────────────┐   ┌────────────────────┐   ┌────────────────────┐   ┌────────────────────┐
    +│ Cursor input box   │<--| send-keys back     |<--| close editor+popup  |<--| edit temp file     |
    +│ (prompt pane)      │   │ to original pane   │   │ (exit $EDITOR)      │   │ in $EDITOR         │
    +└────────────────────┘   └────────────────────┘   └────────────────────┘   └────────────────────┘
    +
    +
    And this is how it looks like after sending back the text to the Cursor Agent's input:

    Prefilled prompt text
    -- cgit v1.2.3