warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.04k stars 360 forks source link

[macOS] Support BBedit's 'Go Here in Terminal' #3759

Open ygxxii opened 11 months ago

ygxxii commented 11 months ago

Discord username (optional)

No response

Describe the solution you'd like?

BBedit's 'Go Here in Terminal' function can be changed by command like bellow:

defaults write com.barebones.bbedit TerminalBundleID "com.googlecode.iterm2"

By setting this, click 'Go Here in Terminal' will open iTerm2 instead of Apple Terminal.

Ref: Use iTerm2 for bbedit 'Go Here in Terminal' function - I Love Javascript!

So, I use the same way on Warp:

defaults write com.barebones.bbedit TerminalBundleID "dev.warp.Warp-Stable"

The command got no errors. But when I click 'Go Here in Terminal' in BBeit, BBeit throw an error:

This operation couldn't be completed, because an error occurred.

No eligible process with specified descriptor (macOS error code: -600).

Is your feature request related to a problem? Please describe.

No response

Additional context

BBedit's 'Go Here in Terminal' function: image

BBedit's error: image

How important is this feature to you?

1 (Not too important)

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

dannyneira commented 11 months ago

Thanks for this feature request!

To anyone else interested in this feature, please add a :+1: to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.