wints 0.1.1

a fuzzy term-based url opener
wints-0.1.1 is not a library.
Visit the last successful build: wints-0.6.0

WINTS

Continuous Integration Status Security Audit Status Licence

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.

Installation

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

To run, wints need a .wints.yaml file like this default one (generated when missing)

---
elements:
  - context: repository code
    urls:
      - https://github.com/rlespinasse/wints
  - context: repository issues
    urls:
      - https://github.com/rlespinasse/wints/issues

So when you run

  • wints repository will open all urls
  • wints issues will only open the urls on repository issues context

Fuzzy-matching is also possible,

  • wints repo code will only open the urls on repository code context