#search #website #cli #cargo #super-search #mouse-less-ishly

app ssearch

Super Search: Mouse-less-ishly search websites using CLI

1 unstable release

0.2.0 Jan 1, 2020
0.1.0 Dec 27, 2019

#152 in #website

22 downloads per month

MIT/Apache

15KB
234 lines

Welcome to Super Search 👋

Version License: MIT

Super Search Logo

Mouse-less-ishly search websites using CLI.

  • Search Google using ssearch --go How to rust
  • Search GitHub using ssearch --gh rust

...and so on

Installation

cargo install ssearch

Usage

Operation Syntax Example
Adding keywords ssearch add -k <keyword> -q <query-url> -d <description> ssearch add -k rd \
-q https://www.reddit.com/r/rust/search/?q= \
-d Reddit Search
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

During development

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

Dependencies

~4–6MB
~124K SLoC