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

Grasp

by joneshf ALL

Grasp from sublime

Details

  • 2014.02.15.01.19.38
  • github.​com
  • github.​com
  • 10 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 340
  • Win 127
  • Mac 168
  • Linux 45
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 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
Linux 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 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Grasp

This is simply a wrapper around @gkz's grasp. It was inspired by @janhancic.

When it's complete, everything that works for grasp should work from here. At the moment, the only thing that works for sure is searching for things.

You can follow the development of grasp here.

Usage

You must be in a javascript file, as grasp currently only supports javascript. The current key binding is ctrl+shift+g. This will bring up the input panel on the bottom awaiting your grasp command.

You can enter things like if.test to select all of the conditional tests. Or return.arg to select all of the arguments being returned.

Installation

Package Control

Just search for grasp.

Manual

Clone this repository from your Sublime packages directory:

Linux

$ cd ~/.config/sublime-text-2/Packages
$ git clone https://github.com/joneshf/sublime-grasp

Macosx

$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone https://github.com/joneshf/sublime-grasp

Windows

$ cd "%APPDATA%\Sublime Text 2"
$ git clone https://github.com/joneshf/sublime-grasp

Contributing

Pretty much anything goes.