urlscan
urlscan copied to clipboard
Mutt and terminal url selector (similar to urlview)
Thanks for sharing urlscan. It's super useful. If I collect several URLs and open them doing `o`, only the last collected is yanked when calling `urlscan --run yank --pipe`. To...
Although perhaps rarely used, I think it would also be nice to also support IPv6 URLs: ```sh echo "http://[2a07:3500:11a0:320::22]:8080 and http://10.0.0.1:8080" | urlscan -n ```` Currently only detects `http://10.0.0.1:8080`. Just...
hello, i'm new to urlscan, this tool is pretty cool, i'm using it to find all urls in source code, the output is great, but it would be even better...
This would be useful for testing with various types of unicode and multipart messages, URLs and email addresses.
I'm using this [yank script](https://github.com/sunaku/home/blob/master/bin/yank). It was working two days ago, before I upgraded. Also, I retested alternating back and forth with 0.9.9 and 0.9.10. Running: ``` shell echo "https://google.com/$RANDOM"...
Url scan opens youtube links well in the browser but I want to write a script that detects the youtube url and opens it in mpv. I believe my script...
https://jdhao.github.io/2021/01/05/nvim_copy_from_remote_via_osc52/ https://github.com/microsoft/terminal/issues/2946 https://www.reddit.com/r/commandline/comments/mqyjby/where_can_i_learn_more_about_osc52/ The OSC 52 escape sequence allows programs to paste text to the clipboard over (plain terminal), SSH, telnet, or anything that provides a full ASCII byte stream...
action runs in here, https://github.com/chenrui333/urlscan/actions cc @firecat53
Just wanted to quickly bring to attention a fix to an issue I've just encountered. I'm on a mac, but still generally applicable as it has to do with xterm...
Hi! Thanks for the project! I'm unable to setup urlscan to exclude mailto links: ``` macro index,pager \cu " urlscan -scdE 'http.*'" "call urlscan to extract URLs out of a...