Send To Sandbox
Repository for the SendToSandbox sublime plugin
Details
Installs
- Total 169
- Win 97
- Mac 42
- Linux 30
Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 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 |
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