A Node-CLI to do websearches
sudo npm install -g web-s
web-s [provider] <searchstring>
provider can be:
- -l / --leo for leo.org search
- -t / --twitter for a twitter search
- -r / --reddit for a reddit search
- -s / --stackoverflow for a stackoverflow search
if no provider is given the default provider is google
web-s --list
to list all available providers.
web-s --generate-config
to generate a new config.
this will open your default webbrowser and do a search on the given provider
This tool will place a .web-s.conf
file in your home directory.
This is a simple text file which will be parsed and used.
You can simply extend this file with more providers as you wish.
The searchstring from the CLI will occur at the position %HERE%
in the provider url.
MIT