For all your terminal browsing desires ™.
- Write
brow "[QUERY]"
and pipe it throughless
(if on Unix-like systems) and a parsed result list will appear fetched from thesummary
of duckduckgo's search engine. - Write
brow -ht "[QUERY]"
as a shorthand form ofbrow "how to [QUERY]"
.
-
Clone this repository and change directory to it
git clone 'https://www.github.com/observeofmath/brow' cd brow
-
Run
sudo ./install.sh
, give it a$DIR
argument if installing on other directory. If so, make sure that- Run
sudo ./install.sh
if not giving a argument. It defaults to installing at/usr/bin
- Run
-
Uninstall with:
cd brow ./remove.sh # OR cd brow sudo ./remove.sh
brow "Anime was a mistake"
brow -ht "suck less at javascript"
- python >=3
- standard Unix libraries (curl, less, cat, echo, tail, etc...)
- patience