A rust terminal program for searching DuckDuckGo
|
4 years ago | |
---|---|---|
doc | 5 years ago | |
src | 4 years ago | |
.gitignore | 5 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
README.md | 5 years ago |
Search DuckDuckGo in your terminal.
Run ferret
and enter a search query:
Ferret will display the first page of results:
Press Enter on a result and it will open the result in a terminal text-based web browser (w3m):
Not only does it respect your privacy, but they are also pretty lenient about not blocking scrapers. Google will eventually detect scrapers and force you to fill out a captcha.
There's an issue with launching a sub program in Cursive, the Rust terminal UI library I'm using, where keyboard input doesn't quite go through and the cursor does not show up.