ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

textract

by germtb ST3

Sublime package to extract variables or constants (javascript) and files (language agnostic).

Details

Installs

  • Total 380
  • Win 251
  • Mac 74
  • Linux 55
Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0

Readme

Source
raw.​githubusercontent.​com

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

Console log up

  • OS X: alt + shift + c
  • Windows/Linux: alt + shift + c

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

Extract file

  • OS X: cmd + shift + n
  • Windows/Linux: ctrl + alt + n

Inline variable (experimental)

  • OS X: cmd + shift + i
  • Windows/Linux: ctrl + alt + i