mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 13:55:29 +00:00
Update cheatsheets
This commit is contained in:
25
linux/tuxi
Normal file
25
linux/tuxi
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tuxi
|
||||
|
||||
> Scrape Google search results and SERPs and provide 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`
|
||||
Reference in New Issue
Block a user