GithubHelp home page GithubHelp logo

nzhenev / web_search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from macedo/web_search

0.0 1.0 0.0 13 KB

a command line for searching with Google, DuckDuckGo, Github and StackOverflow services from terminal

License: MIT License

Go 100.00%

web_search's Introduction

web_search

this is a command line for searching with Google, DuckDuckGo, Github and StackOverflow services.

How to Install

You can download web_search binaries from the release page on this repository.

Move the relevant binary for your OS to /usr/local/bin (or other directory that is on your $PATH)

(might require to make the downloaded file executable with chmod +x)

Usage

You can use the web_search as the following:

$ web_search -engine=<engine> <term>

For example:

web_search -engine=duckduckgo golang command line applications

For convenience, is recommended add some alias to your shell.

alias google='web_search -engine=google'
alias ddg='web_search -engine=duckduckgo'
alias github='web_search -engine=github'
alias stackoverflow='web_search -engine=stackoverflow'

Now you can use these alias

gooogle golang applications

Motivation

  • Want to build a command line (that have use) using golang

If you like this project, please consider giving me a โญ.

Discussion

Issues Page

You can discuss or ask for help in issues.

Contribute

Bug Reports / Feature Requests

If you want to report a bug or request a new feature, feel free to open a new issue.

web_search's People

Contributors

macedo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.