Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellisonleao/howdoi
:sparkles: instant coding answers via the command line
https://github.com/ellisonleao/howdoi
ansible golang howdoi stackoverflow stackoverflow-questions
Last synced: about 2 months ago
JSON representation
:sparkles: instant coding answers via the command line
- Host: GitHub
- URL: https://github.com/ellisonleao/howdoi
- Owner: ellisonleao
- Created: 2017-01-27T21:03:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T18:55:29.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T05:42:03.897Z (3 months ago)
- Topics: ansible, golang, howdoi, stackoverflow, stackoverflow-questions
- Language: Go
- Size: 5.86 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
howdoi
======This is a work in progress Go port of the awesome Python [howdoi](https://github.com/gleitz/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 answeroptional 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`
```