WINTS
Installation
-
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.
Usage
You can test it with
-
wints crate
to open the url towints
as a Rust crate -
wints issues
to open the issues of thewints
repository
Fuzzy-matching is also possible,
-
wints repo
will only open all URLs related towints
repository
To known more, you can run wints usage
to go to the Usage guide.