You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
howto | 11 months ago | |
.gitignore | 11 years ago | |
CHANGES.txt | 11 years ago | |
LICENSE.txt | 11 years ago | |
README.rst | 7 years ago | |
dependencies.txt | 11 years ago | |
setup.py | 11 years ago | |
tests.py | 11 years ago |
README.rst
*no longer maintained*, I recommend socli_ instead. .. _socli: https://github.com/gautamkrishnar/socli ===================================== HowTo - StackOverflow Code Search Tool ===================================== Quick code answers from StackOverflow API. Just ask a question with an optional tag parameter to get quick code answers. Inspired by howdoi_ .. _howdoi: https://github.com/gleitz/howdoi Installation ============ Using pypi repository:: $> pip install howto Forking this repo:: $> python setup.py install Usage ===== :: $> howto 'filter dicts' -t python TODO ==== * Interactive mode to get next answer * Add nixcraft search support