crag 0.3.0

Search from the command line
crag-0.3.0 is not a library.
Visit the last successful build: crag-0.4.1

Crag

crag is a command-line rust based application for acessing (google) search results.

crag example

Quickstart

If you already have rust and cargo installed, you can install crag directly from crates.io:

cargo install crag

Usage

To search with crag, just run crag [SEARCH], and wait for the results -- it's really that simple.

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:

crag --help
...

Overview

Features

  • Searches things (from the command line!)
  • Clean search result display
  • Cross-platform
  • Optional interactive search result navigation
  • Supports multiple search engines
  • ...

Alternatives

  • googler: The de facto standard (and probably best) command line google application, but it is currently archived.