tldr/pages/linux/tuxi.md

21 lines
464 B
Markdown
Raw Normal View History

2021-03-06 21:49:16 +00:00
# tuxi
> A CLI tool that scrapes Google search results and SERPs that provides instant and concise answers.
> More information: <https://github.com/Bugswriter/tuxi>.
- Make a search using Google:
`tuxi {{search_terms}}`
- Display the search results in [r]aw format (no pretty output, no colors):
`tuxi -r {{search_terms}}`
- Display only search results (silences "Did you mean?", greetings and usage):
`tuxi -q {{search_terms}}`
- Display help:
`tuxi -h`