10000 GitHub - matthmr/brow: A terminal browser-like thingy using duckduckgo.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matthmr/brow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brow:

For all your terminal browsing desires ™.

Details:

  • Write brow "[QUERY]" and pipe it through less (if on Unix-like systems) and a parsed result list will appear fetched from the summary of duckduckgo's search engine.
  • Write brow -ht "[QUERY]" as a shorthand form of brow "how to [QUERY]".

Installation:

  • 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
  • Uninstall with:

    cd brow
    ./remove.sh
    # OR
    cd brow
    sudo ./remove.sh

Example of usage:

	brow "Anime was a mistake"
	brow -ht "suck less at javascript"

Needs:

  • python >=3
  • standard Unix libraries (curl, less, cat, echo, tail, etc...)
  • patience

About

A terminal browser-like thingy using duckduckgo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0