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 shortcut for opening urls in entry #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nthnd
Copy link

@nthnd nthnd commented Aug 6, 2023

Pressing u from within an Entry view will now show a navigable list of urls extracted from that entry which can either be copied or opened in a browser with the c and o hotkeys.

fixes #21

@ckampfe
Copy link
Owner

ckampfe commented Sep 14, 2023

@nate-sys thank you for the patch! I will give this a try as soon as I can.

@HenkVanMaanen
Copy link

Nice work nate-sys!

Just a remark, is this the way to go or is the OSC 8 terminal code the way to go? Like foot and other terminals already have this functionality build in. The program would only have to emit the urls in a specific format.

@nthnd
Copy link
Author

nthnd commented Sep 22, 2023

@HenkVanMaanen I was not aware of OSC 8. What you suggested is a good idea. I'll look into it. As far is the way to go? I'll let the maintainers decide that 😅.

@ckampfe
Copy link
Owner

ckampfe commented Jan 12, 2024

Thank you @nate-sys . Would you be able to post a screen recording and/or screenshot of this functionality? I usually use something like https://www.cockos.com/licecap/

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

Successfully merging this pull request may close these issues.

[FEATURE] Shortcut to open urls in entry
3 participants