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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
howto/README.rst

43 lines
683 B
ReStructuredText

*no longer maintained*, I recommend socli_ instead.
.. _socli: https://github.com/gautamkrishnar/socli
11 years ago
=====================================
HowTo - StackOverflow Code Search Tool
=====================================
11 years ago
Quick code answers from StackOverflow API.
11 years ago
Just ask a question with an optional tag parameter to get quick code answers.
10 years ago
Inspired by howdoi_
.. _howdoi: https://github.com/gleitz/howdoi
10 years ago
11 years ago
Installation
11 years ago
============
11 years ago
11 years ago
Using pypi repository::
11 years ago
11 years ago
$> pip install howto
11 years ago
11 years ago
Forking this repo::
11 years ago
11 years ago
$> python setup.py install
11 years ago
Usage
11 years ago
=====
11 years ago
::
$> howto 'filter dicts' -t python
11 years ago
TODO
====
* Interactive mode to get next answer
* Add nixcraft search support