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

Send To Sandbox

by DavidGerva ST3

Repository for the SendToSandbox sublime plugin

Details

Installs

  • Total 160
  • Win 94
  • Mac 37
  • Linux 29
Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11
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 1 0 0 0 0 0 0 0 0 0
Mac 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Send to Sandbox

The idea of this plugin is to use a file as a SandBox. A file to which you send “stuff” you want remember or just you wanna store somewhere rapidly. Somewhere like a clipboard but more consisent. Right now you can (and must) just specify a single file in the \ProgramFiles\Sublime Text 3\Data\Packages\User\SendToSandbox.sublime-settings file.

In this file, once you've sent something to it, you'll find all your texts, with a “title” (in markdown style) that is the name of the file where those lines were originally. At the end of the filename you'll find the line-numbers of the original lines.

This is a test version, just to understand if someone needs it. I need it, and if I'm not the only one I'll improve it. Feel free to send me advise or anything to davidgerva@gmail.com

Usage

Just decide the file you want to use as sandbox and put it in the SendToSandbox.sublime-settings file, for example:

{
   "file": "c:\\Temp\\SublimeSandbox.txt"
}

From sublime you can now select text from any window and send this text to your sandbox using a right mouse button click, Send to sandbox.

Send

SandBox

ToDo

  • Allow multiple file specification
  • Allow both append and insert in the file
  • Add a command to open the sandbox in sublime
  • Add a shortcut to the sendtosandbox command

ChangeLog

SendToSandbox - 1.0.0

  • First “test” Release