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

My email spam detector adds a `$` at the end of sanitized URLs. However, when `urlview` parses the URL, it skips this last `$`, making it a wrong URL. Is...

I am using `urlview` to open the URLs on my curses-based email client. Sometimes, however, the URLs are too long and split into multiple lines. In those cases, `urlview` does...

Unsubscribe links are pretty big these days and the 1k buffer isn't big enough. --- Dynamic memory here would be far better, but that's a lot more work than I...

--- I can remove the autoconf-rerun commit if wanted. Though these files are usually best left out of git and instead left for `make dist` to provide to end-users.

and none of the email addresses we have seem to work. Michael, could you please get in contact with myself or "Kevin J. McCarthy" . Thank you, Cameron Simpson

Building according to INSTALL gives: source='urlview.c' object='urlview.o' libtool=no \ DEPDIR=.deps depmode=none /bin/sh ./depcomp \ gcc -std=gnu99 -std=gnu99 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"urlview\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1...

Currently urlview only adds unique URLs to its output. This creates a problem for me, since I want urlview's numbering to match up w3m's output. I've patched my version to...