fork-dev / Tracker

Bug and issue tracker for Fork for Mac
494 stars 12 forks source link

Fork CLI always opens new window #2100

Open karl- opened 3 months ago

karl- commented 3 months ago

On macOS (Sonoma 14.3), running fork . in a repository is always opening a new Fork window, regardless of whether one with the current repository is open already.

I've tried checking if there are any CLI options with fork --help and fork -h, but these just open a new window as well.

I'd like fork $PATH to open in an existing window, or as a tab if the repository is not already open. Is this possible?

I'm testing using Fork 2.41.1.

karl- commented 3 months ago

I found this issue https://github.com/fork-dev/Tracker/issues/1957 that looks like the inverse of what I'm looking for, noting it was fixed in 2.38. So I suppose the question now is whether an option was added somewhere to retain the old behavior?

Also to provide additional information, I have "Prefer tabs when opening documents" set to "Always" on my machine.