mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
tuxi: add page (#5357)
This commit is contained in:
parent
66aeeb8690
commit
41a5231383
1 changed files with 20 additions and 0 deletions
20
pages/linux/tuxi.md
Normal file
20
pages/linux/tuxi.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue