srch - search from the commandline
Created by
sp3ppr and
contributors
- python3
Libraries used:
- sys
- webbrowser
$ git clone https://github.com/shagunattri/srch.git
$ cd srch/
$ python srch help
usage:
srch <platform> <query>
platforms to search for
wiki Search Wikipedia for query
so Search StackOverflow for query
g Search Google for query
r Search Reddit for query
gh Search GitHub for query
devto Search dev.to for query
m Search Medium for query
yt Search Youtube for query
tw Search Twitter for query
gfg Search GeeksforGeeks for query
stx Search Stackexchange for query
q Search quora for query
url Search for url
fcc Search freecodecamp for query
shell Search explainshell for query
mdn Search MDN Web Docs for query
Examples:
$ python srch help # help menu
$ python srch g what is github commit signing
To make srch better add it to your PATH.
This project is licensed under the MIT License - see the LICENSE file for details