Replies: 2 comments 3 replies
|
@iacore I vibecoded a script here - #841 (comment) |
3 replies
|
I have opened the PR: #2563 (auto-closed by the contribution gate since I am not on the approved-contributors list — a maintainer can reopen it). |
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.
Running
herdrfrom a directory attaches to the persistent session and restores the previous layout. If I am in a new project directory, I land in whatever workspace was focused last — I have to navigate to open a terminal where I actually am. For a multiplexer-style workflow (one terminal window per project), the launch directory is the natural thing to show.The behavior I would like: running
herdrin a directory shows a terminal pane for that directory — focusing an existing workspace when one already covers it, otherwise opening a new one. Plain reattach (restore the previous layout) would stay the default.Would a config option (off by default) fit Herdr model here?
All reactions