Replies: 1 comment
|
Hmmm I thought I had an easy solution for you since Herdr auto-populates these in the shell:
But only the socket path was available when I tried using them in your command. The pane border stays in the "selected" state, so Herdr still knows which pane is active, but it's just not populating the rest of the data while running the command. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I need an agent to read output from another pane (e.g., adb logcat), I need that pane's ID. But if a process is already running, I can't just echo $HERDR_PANE_ID.
My current solution — a keybinding that copies the pane ID to clipboard:
Focus the pane → prefix+i → pane ID is on clipboard + shown in notification. Then I can ask agent to "read pane <paste_pane_id>"
Works, but still a manual step. Anyone have a better approach? curious what others are doing.
All reactions