Makes a search launching your browser from the command line.

Jorge Maldonado Ventura 2e4a6bda24 Usa la instrucción sensible-browser 4 years ago
LICENSE b9bff6b289 Initial commit 7 years ago
README.md 62f8a7f508 Corrected mistake from README.md 7 years ago
search.bash 2e4a6bda24 Usa la instrucción sensible-browser 4 years ago

README.md

Search

Makes a search launching your browser from the command line.

Installation

Clone the repository wherever you want and make a symbolic link to the search.bash file inside the repository. For example, cd ~ && git clone https://notabug.org/jorgesumle/search && mkdir ~/bin; cd bin && ln -s ~/search/search.bash search. You must place the symbolic link in a file included in the variable $PATH. ~/bin is the preferred folder.

Usage

Once installed, you can make searchs from the command line typing search yoursearch "you can have many".