Skip to content

rlespinasse/wints

v0.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WINTS

Crate Crate CI Status Security Audit Status License

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

  • 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 to wints as a Rust crate

  • wints issues to open the issues of the wints repository

Fuzzy-matching is also possible,

  • wints repo will only open all URLs related to wints repository

To known more, you can run wints usage to go to the Usage guide.