https://github.com/mstruebing/web-s
NodeJS Websearch CLI
https://github.com/mstruebing/web-s
cli leo reddit search stackoverflow terminal twitter websearch
Last synced: about 1 year ago
JSON representation
NodeJS Websearch CLI
- Host: GitHub
- URL: https://github.com/mstruebing/web-s
- Owner: mstruebing
- License: mit
- Created: 2016-01-25T14:19:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T23:01:42.000Z (over 10 years ago)
- Last Synced: 2025-03-30T03:01:55.167Z (about 1 year ago)
- Topics: cli, leo, reddit, search, stackoverflow, terminal, twitter, websearch
- Language: JavaScript
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Node-CLI to do websearches
## Installation
`sudo npm install -g web-s`
## USAGE
`web-s [provider] `
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
## Configuration
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.
## License
MIT