Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlespinasse/wints
What I Need To See - a fuzzy term-based URLs opener
https://github.com/rlespinasse/wints
command-line fuzzy-matching hacktoberfest helper list rust-crate rust-lang site
Last synced: about 1 month ago
JSON representation
What I Need To See - a fuzzy term-based URLs opener
- Host: GitHub
- URL: https://github.com/rlespinasse/wints
- Owner: rlespinasse
- License: mit
- Created: 2020-11-24T08:19:45.000Z (about 4 years ago)
- Default Branch: v0.x
- Last Pushed: 2024-04-30T20:32:15.000Z (9 months ago)
- Last Synced: 2024-05-02T01:19:50.722Z (9 months ago)
- Topics: command-line, fuzzy-matching, hacktoberfest, helper, list, rust-crate, rust-lang, site
- Language: Rust
- Homepage: https://crates.io/crates/wints
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
= WINTS
:cargo-installation: https://doc.rust-lang.org/cargo/getting-started/installation.html
You may have a lot of URLs for a lot of context.
If the question is `**W**hat **I** **N**eed **T**o **S**ee in this context?`, then the answer is `wints`.
== Installation
* Via {cargo-installation}[Cargo]
+
[source,shell]
----
cargo install wints
----* Build Manually
+
[source,shell]
----
git clone --depth 1 [email protected]: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 link:USAGE.adoc[Usage guide].