Skip to content

✨ instant coding answers via the command line

Notifications You must be signed in to change notification settings

ellisonleao/howdoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

howdoi

This is a work in progress Go port of the awesome Python howdoi lib

Installing

go get -u github.com/ellisonleao/howdoi

Usage

howdoi [-h|--help] [-p|--pos POS] [-a|--all] [-l|--link] [-n|--num-answers NUM_ANSWERS] [-v|--version]
              [QUERY [QUERY ...]]

instant coding answers via the command line

positional arguments:
  QUERY                 the question to answer

optional arguments:
  -h, --help            show this help message and exit
  -p POS, --pos POS     select answer in specified position (default: 1)
  -a, --all             display the full text of the answer
  -l, --link            display only the answer link
  -n NUM_ANSWERS, --num-answers NUM_ANSWERS
                        number of answers to return
  -v, --version         displays the current version of howdoi`

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages