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

Add "Copy to clipboard" option #323

Open
pzich opened this issue Feb 9, 2024 · 0 comments
Open

Add "Copy to clipboard" option #323

pzich opened this issue Feb 9, 2024 · 0 comments

Comments

@pzich
Copy link

pzich commented Feb 9, 2024

Is your feature request related to a problem? Please describe.
I really love the powerful matching behaviors that Finicky supports, but one great addition would be other options for the URL besides opening it in a browser. I frequently find myself wanting to copy the URL to a clipboard rather than opening it directly.

Describe the solution you'd like
In addition to browser (or maybe a as a special string for browser), add a way to copy the URL to clipboard instead of opening a browser. It would also be great if it (optionally?) displayed a notification confirming that the URL was copied.

Describe alternatives you've considered
I was able to get a version of this to work using a modified version of the Telegram AppleScript

on open location input
	do shell script "echo '" & input & "' | pbcopy"
end open location

And using browser: 'com.apple.ScriptEditor.id.whatever-i-called-the-script', but it still feels like it's worth adding this as native functionality.

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

No branches or pull requests

1 participant