shagunattri / srch

srch - search from the commandline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srch

srch - search from the commandline

Pull Requests MIT License

Created by sp3ppr and contributors

Written in

  • python3

Libraries used:

  • sys
  • webbrowser

Installation:

$ git clone https://github.com/shagunattri/srch.git

$ cd srch/

$ python srch help

Instructions

    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

Tip

To make srch better add it to your PATH.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

srch - search from the commandline

License:MIT License


Languages

Language:Python 100.0%