urlex

Crates.iourlex
lib.rsurlex
version0.1.1
sourcesrc
created_at2020-03-01 05:08:29.556503
updated_at2020-03-01 11:30:42.852403
descriptionExtract URL from stdin and print them to stdout
homepage
repositoryhttps://github.com/weirane/urlex
max_upload_size
id214097
size5,516
(weirane)

documentation

README

urlex

Extract URL from stdin and print them to stdout. It can be used with dmenu to mimic urlview:

urlex | dmenu | xargs -r xdg-open

Install

Use cargo:

cargo install urlex

For Arch users, urlex can be installed from the AUR:

yay -S urlex-git
Commit count: 9

cargo fmt