# Textract
This sublime package provides some extraction capabilities.
## How to install
The easiest way to install this package is using the package control.
## How to use
### Warning
There are two important things to consider when using this plugin:
- It depends on the clipboard and will override it. So it's ok unless you where using the clipboard to store those nuclear disarm codes you were saving for christmas.
- It is dumb. There is no code analysis or intelligence. It only uses raw text.
### Console log down
- OS X: alt + c
- Windows/Linux: alt + c
![](https://dl.dropboxusercontent.com/u/140127353/consoledown.gif)
### Console log up
- OS X: alt + shift + c
- Windows/Linux: alt + shift + c
![](https://dl.dropboxusercontent.com/u/140127353/consoleup.gif)
### Extract var, const or let
- OS X: cmd + shift + v
- Windows/Linux: ctrl + alt + v
- OS X: cmd + shift + c
- Windows/Linux: ctrl + alt + c
- OS X: cmd + shift + l
- Windows/Linux: ctrl + alt + l
![](https://dl.dropboxusercontent.com/u/140127353/extractVariable.gif)
### Extract file
- OS X: cmd + shift + n
- Windows/Linux: ctrl + alt + n
![](https://dl.dropboxusercontent.com/u/140127353/extractFile.gif)
### Inline variable (experimental)
- OS X: cmd + shift + i
- Windows/Linux: ctrl + alt + i
![](https://dl.dropboxusercontent.com/u/140127353/inlineVariable.gif)