LinuxCommandLibrary

tuxi

A CLI tool that scrapes Google search results and SERPs that provides instant and concise answers.

TLDR

Make a search using Google

$ tuxi [search_terms]
copy


Display the search results in [r]aw format (no pretty output, no colors)
$ tuxi -r [search_terms]
copy


Display only search results (silences "Did you mean?", greetings and usage)
$ tuxi -q [search_terms]
copy


Display help
$ tuxi -h
copy

Copied to clipboard