urlview icon indicating copy to clipboard operation
urlview copied to clipboard

Extract URLs from a text file and allow the user to select via a menu

Results 17 urlview issues
Sort by recently updated
recently updated
newest added

Emails here often contain file:///etc/passwd style URLs as we pass around references to local files and want to be able to open them by asking the desktop to use a...

Cheap & cheesy. Bummer that meta isn't so.

A user suggested pcreregex instead of regex: # Index: urlview.c --- urlview.c (revision 15) +++ urlview.c (working copy) @@ -42,7 +42,7 @@ #include #ifdef HAVE_REGEX_H -#include +#include #else #include #endif...

enhancement

can we have a release of urlview? it helps when packaging for distributions https://github.com/sigpipe/urlview/releases http://git-scm.com/book/en/v2/Git-Basics-Tagging

The freebsd ports system has a list of sites where to pull the distro. At present it looks like this: MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/contrib/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/contrib/ \ ftp://ftp.gbnet.net/pub/mutt-international/contrib/ \ ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/contrib/...

question

urlscan fails to run on macOS with Python 3.13.3. I also tried running it on Python 3.12.10 (using pyenv and installing urlscan with pipx) but it didn't help. Here's the...