Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ SOIC Public

Simple cmdline utility to search through all Stack Overflow subdomains from the terminal.

Notifications You must be signed in to change notification settings

Ad1n/SOIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOIC

Simple cmdline utility to search through all Stack Overflow subdomains from the terminal.

SOIC

Table of contents

Installation

  • SOIC requires Elixir libs to be installed on your system.

  • Copy soic script file from the root to the ../bin directory (e.g ~/../../usr/local/bin/) or start soic with ./soic like usual script.

  • Or you could build script by yourself with mix escript.build

Cmdline options

usage: soic KEYWORD [-n INTEGER]
                    [--num INTEGER]

optional arguments:
  -n, --num          Number of result suggestions (default = 10)

Examples

  1. Soic Stack Overflow:
soic Hello World
  1. Soic with size limit:
soic Hello World -n 1
  1. Soic on place
./soic Hello World

About

Simple cmdline utility to search through all Stack Overflow subdomains from the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages