Skip to content

ronnathaniel/how

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how.

How do I ...?

This project was started to help developers ask more questions.

Table of Contents

Installation

Install using pypi -->

$ pip3 install askquestions

Or git -->

$ pip3 install git+https://github.com/ronnathaniel/how

Or from source -->

$ git clone https://github.com/ronnathaniel/how.git
$ cd how
$ pip3 install .

Usage

$ how QUERY*

Ask your terminal directly.

$ how do i exit vim
➜       ...
➜       ...

Optional Arguments

shorthand longhand type default description
-n --num int 5 Amount of links to return
-g --google - False If exists
-s --sites comma-sep list stackoverflow.com sites to check for using google.com

And have fun.

$ how -n 10 -s youtube.com,stackoverflow.com,example.com exit vi

Results from youtube.com:
➜       ...
➜       ...

Results from stackoverflow.com:
➜       ...
➜       ...

Results from example.com:
None found.
If a discrepency is found ➜ contact the team at rnathaniel7@gmail.com.

FOSS

googlesearch-python - "A Python library for scraping the Google search engine."

Community

We want to build a community of question-askers.

After all, it is only when we ask questions that we can learn anything.

Contributions are more than welcome, maintainers are always invited, and if you can ask questions you're a VIP.

Contributors

Copyright

MIT License.

All rights reserved.

a-dead-poets-society

end.