@tsfreddie/search
v1.0.5
Published
A CLI search tool using DuckDuckGo Lite
Readme
search
A CLI tool to search the web using DuckDuckGo Lite.
Install
npm install -g @tsfreddie/searchUsage
search "your query"Options
--region <name>- Search region (default: global)--date <frame>- Date frame:any,past_day,past_week,past_month,past_year--next- Get next page of results
Examples
# Basic search
search "typescript tutorial"
# Search in specific region
search --region japan "sushi"
# Search within past week
search --date past_week "AI news"
# Navigate to next page
search --nextCAPTCHA
If a CAPTCHA is required, the tool will present a challenge and save a captcha image. To solve the CAPTCHA, use:
search --solve 1 3 5Build
npm install
npm run buildLicense
MIT
