Crates.io | ssearch |
lib.rs | ssearch |
version | 0.2.0 |
source | src |
created_at | 2019-12-27 13:15:08.672731 |
updated_at | 2020-01-01 09:56:20.992905 |
description | Super Search: Mouse-less-ishly search websites using CLI. |
homepage | https://github.com/realpacific/super-search-rust |
repository | https://github.com/realpacific/super-search-rust |
max_upload_size | |
id | 192641 |
size | 15,880 |
Mouse-less-ishly search websites using CLI.
ssearch --go How to rust
ssearch --gh rust
...and so on
cargo install ssearch
Operation | Syntax | Example |
---|---|---|
Adding keywords | ssearch add -k <keyword> -q <query-url> -d <description> |
ssearch add -k rd \ |
Searching | ssearch --<keyword> <your-query> |
ssearch --rd how to rust |
Deleting keyword | ssearch del -k <keyword> |
ssearch del -k rd |
Getting help | ssearch help |
|
List all keywords | ssearch ls |
Run super search directly from terminal
cargo run -- <pass arguments here>
Examples:
cargo run -- --help
cargo run -- --yt How to rust
cargo run -- add -k rd -q https://www.reddit.com/r/rust/search/?q= -d Reddit Search