urlex 0.1.1

Extract URL from stdin and print them to stdout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# urlex
Extract URL from stdin and print them to stdout. It can be used with `dmenu` to
mimic [`urlview`][urlview]:

    urlex | dmenu | xargs -r xdg-open


[urlview]: https://github.com/sigpipe/urlview

## Install
Use cargo:

    cargo install urlex

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

    yay -S urlex-git