An open API service indexing awesome lists of open source software.

https://github.com/amitness/subflow

Type what you need to do and this plugin will automatically fetch code from stackoverflow
https://github.com/amitness/subflow

developer-tools howdoi stackoverflow sublime-text

Last synced: about 1 year ago
JSON representation

Type what you need to do and this plugin will automatically fetch code from stackoverflow

Awesome Lists containing this project

README

          

# subflow
Paste stackoverflow results directly into Sublime text.

![Subflow Demo](https://i.imgur.com/OhNMSAg.gif)

The project is based on [howdoi](https://github.com/gleitz/howdoi) and [sublime-howdoi-direct-paste](https://github.com/azac/sublime-howdoi-direct-paste).

#### Installation

1. Install **howdoi**

```shell
pip install howdoi
```

2. Clone this repo into `Packages` directory [Sublime Text 2 menu >> Preferences >> Browse Packages...]
```
git clone https://github.com/amitness/subflow
```

#### Usage

1. write what you need to do
2. press `cmd+shift+h` (`ctrl-shift-h` on Linux/Windows)

#### Notes:
**For Windows Machines**:
- Install lxml using `easy_install lxml==2.3` or through an already compiled version [lxml](http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml)
- Use pip to install howdoi `pip install howdoi`