crag
is a command-line rust based application for acessing (google) search results.
If you already have rust and cargo installed, you can install crag
directly from crates.io:
console
cargo install crag
To search with crag
, just run crag [SEARCH]
, and wait for the results -- it's really that simple.
console
crag mountain-climbing
Of course, crag
also supports several flags that modify the results returned by your search. The tool ships with built-in help text that describes the various options:
console
crag --help
...