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

Share File

by devdinu ALL

Sublime Plugin to share the current opened file, by uploading it to server, and others can download it

Labels share, file, code, upload

Details

Installs

  • Total 281
  • Win 173
  • Mac 62
  • Linux 46
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 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 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
Windows 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 1 1 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