-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Press space
to open the first http(s) reference in browser
#11
Labels
Comments
It's a good idea! Are you interested in contributing? |
space
can trigger to open the first http(s) reference in Web Browserspace
to open the first http(s) reference in browser
Yes, I'm into the contributing. I don't actively coding with Rust, but I will try to implement this feature in my fork. |
mertssmnoglu
added a commit
to mertssmnoglu/fork_flawz
that referenced
this issue
May 20, 2024
3 tasks
orhun
added a commit
that referenced
this issue
May 24, 2024
* chore(deps): add webbrowser dependency - version 1.0.1 - https://crates.io/crates/webbrowser * feat: support opening first http reference in browser (#11) * refactor: avoid panicking on selecting reference - improve code simplicity - better error printing with eprintln Co-authored-by: Orhun Parmaksız <[email protected]> * fix: add missing closing brace in handle_key_events function --------- Co-authored-by: Orhun Parmaksız <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I wanted to open the reference links of a random CVE and tried to clicking the urls with
ctrl + click
but it doesn't open anything. I need to write the whoole url to my web browser manually.Describe the solution you'd like
Pressing space button can trigger
xdg-open HTTP_URL
,open HTTP_URL
or something like that.Describe alternatives you've considered
Surfing around the references with
j,k
orup,down
keys and opening them in Web Browser viaspace
Additional context
The details page that I talking about.

There is also
ftp://
urls too, thats why I highlighted http(s) in the feature request.The text was updated successfully, but these errors were encountered: