An open API service indexing awesome lists of open source software.

https://github.com/imhta/search_cli

search (bing. stackoverflow, rubygem) from cli
https://github.com/imhta/search_cli

cli rubygem search-cli

Last synced: 10 months ago
JSON representation

search (bing. stackoverflow, rubygem) from cli

Awesome Lists containing this project

README

          

# :mag: search_cli

[![Build Status](https://travis-ci.com/imhta/search_cli.svg?branch=master)](https://travis-ci.com/imhta/search_cli) [![Gem Version](https://badge.fury.io/rb/search_cli.svg)](https://badge.fury.io/rb/search_cli)

Search (bing. stackoverflow, rubygem) from cli

## Requirement
- Ruby

## Installation

```
$ gem install search_cli
```

## How to
```
$ search_cli help
help
search format: search-provider keyword/query
search-provider
bing -> bing search
gems -> rubygems search
so -> stackoverflow search
```

```
$ search_cli bing hello world
-----------------------------------------

HelloWorld - Digital promotions & loyalty programs for the …
https://helloworld.com/

-----------------------------------------

C "Hello, World!" Program
https://www.programiz.com/c-programming/examples/print-sentence

-----------------------------------------

"Hello, World!" program - Wikipedia
https://en.wikipedia.org/wiki/%22Hello,_World!%22_program

-----------------------------------------

Android Hello World Example - tutorialspoint.com
https://www.tutorialspoint.com/android/android_hello_world_example

-----------------------------------------
.....
```

## Contributors

Feel free to make PR