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 180
  • Win 104
  • Mac 45
  • Linux 31
Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15
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 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 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.

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