Share File
Sublime Plugin to share the current opened file, by uploading it to server, and others can download it
Details
Installs
- Total 277
- Win 170
- Mac 61
- Linux 46
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 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
Share Files
This plugin lets you share the current file contents with someone, say tasks file, or some piece of code.
Share File | Upload
- Use the key combination
ctrl+alt+u
share file with a specific name. - ping anyone the name, and your user token (and they can download it) done!
A key is shared, so that only users with your key 'll be able to see the files you've uploaded.
Download File
You can download your files in another machine, or download the files your friends have uploaded. It requires the shared user's key, and you can use file pattern to filter the result list. You 'll be able to see when the file being uploaded too.
- Use the key combination
ctrl+alt+d
to download a file. - First input the shared user key/ default your user key is taken.
- Search requires a filename to be given, it can be a regex pattern. Default all files 'll be list with
.*
pattern. - Search results 'll be displayed in popup, and once selected that files content will be available in a new tab.
Remove File
- Use key combination
ctrl+alt+r
to remove a file - The files that you have uploaded 'll be displayed, when you choose a file that file 'll be removed from share.
Todos
- Share Files with flag, Public, Friends (whoever have the key), Private (owner only)
- copy use key, and share it with encryption