HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tuxi — Scrape Google search results and SERPs and provide instant and concise answers. More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandscrapeandsearchtuxicligoogleresults
linux

Problem

How to use the tuxi command: Scrape Google search results and SERPs and provide instant and concise answers. More information: <https://github.com/Bugswriter/tuxi#usage>.

Solution

tuxi — Scrape Google search results and SERPs and provide instant and concise answers. More information: <https://github.com/Bugswriter/tuxi#usage>.

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

Code Snippets

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

Context

tldr-pages: linux/tuxi

Revisions (0)

No revisions yet.