Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better way to open Warp from finder #4195

Open
Krishpkreame opened this issue Feb 19, 2024 · 0 comments
Open

Better way to open Warp from finder #4195

Krishpkreame opened this issue Feb 19, 2024 · 0 comments
Labels
Feature requests Feature Requests

Comments

@Krishpkreame
Copy link

Discord username (optional)

No response

Describe the solution you'd like?

Better way to open Warp from finder:

I always didn't like how slightly annoying it was to open Warp from finder, other solutions like OpenTerminal just seemed so much easier from Mac Terminal or iTerm2. A easier way such as a basic button in the finder toolbar would make things just that bit better and improve developers workflow.

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

No response

Additional context

I managed to find a very easy work around and I posted this for anyone else that has the same issue as me.
Create new automator app and add 2 things, Run AppleScript and Run Shell Script.
Run AppleScript:

on run {input, parameters}
	tell application "Finder"
		set f to (get target of front window)
		return f as alias
	end tell
end run

Run Shell Script:

open -a Warp.app "$1"

Link together like this:
Screenshot 2024-02-20 at 1 56 26 AM

To add to finder toolbar

Drag the exported app and then hold cmd and move onto the toolbar

How important is this feature to you?

2

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants