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
- Host: GitHub
- URL: https://github.com/amitness/subflow
- Owner: amitness
- License: gpl-3.0
- Created: 2017-07-23T03:46:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T17:28:11.000Z (over 8 years ago)
- Last Synced: 2025-03-23T23:26:29.817Z (about 1 year ago)
- Topics: developer-tools, howdoi, stackoverflow, sublime-text
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subflow
Paste stackoverflow results directly into Sublime text.

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`