wints 0.2.0

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

WINTS

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

cargo install wints

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