You may have a lot of URLs for a lot of context.
If the question is What I Need To See in this context?, then the answer is wints.
-
Via Cargo
cargo install wints
-
Build Manually
git clone --depth 1 git@github.com:rlespinasse/wints.git ~/.wints cd ~/.wints cargo install --path . cargo build --release # put the resulting `target/release/wints` executable on your PATH.
You can test it with
-
wints crateto open the url towintsas a Rust crate -
wints issuesto open the issues of thewintsrepository
Fuzzy-matching is also possible,
-
wints repowill only open all URLs related towintsrepository
To known more, you can run wints usage to go to the Usage guide.