Logo

Tiny scripts to improve your productivity.

View My GitHub Profile

tsearch

A simple tool to request web queries the way you want

tsearch lets you launch a web search through specified URL and web browser.

Dependencies

Installation

To install tsearch you can edit the Makefile to match your local setup (tsearch is installed into the /usr/local/bin by default).

Afterwards enter the following command to install tsearch (if necessary as root).

sudo make install

To uninstall tsearch, just run:

sudo make uninstall

Usage

tsearch can be used to search on web using search engines. We can do that by using the options listed below:

Examples

$ tsearch -t "free software"
$ tsearch -t "free software" -e stack_overflow
$ tsearch -t "free software" -p firefox
$ tsearch -l engine
google
youtube
duckduckgo
netflix
stack_overflow
google_maps
translate
reddit
twitter
hackaday
$ tsearch -l program
firefox
qutebrowser
chrome
curl
system-default
engine:
  hackaday:
    query: https://hackaday.com/?s=TERM

program:
  brave:
    command: brave-browser

dmenu launcher

tsearch also has a dmenu launcher, perfect for keymapping and make a search quickly while you navigate on you system.

dmenu_tsearch

Team

Edimar Calebe Castanho Gabriel Gaboardi
Edimar Calebe Castanho (Calebe94) Gabriel Gaboardi (Gabo)

License

All software is covered under GNU General Public License v3.0.