README.md 559 B

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".