cassvs / qwery

A horrible little thing for searching the web from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qwery

A horrible little thing for searching the web from the command line.

Takes search terms as arguments, tacks them together with a prefix and suffix to form a URL, then passes that URL to w3m, a text-mode web browser. This program is a nice example of how to handle strings inefficiently. Don't write code like this.

About

A horrible little thing for searching the web from the command line.

License:The Unlicense


Languages

Language:C 100.0%