Skip to content

Quick-paste is a sublime text plugin which helps in pushing code/text to the paste server as well as pulling code/text from the paste server.

License

Notifications You must be signed in to change notification settings

scorpion004/Quick-paste

 
 

Repository files navigation

Quick-paste

Quick-paste is a sublime text plugin which helps in pushing code/text to the paste server as well as pulling code/text from the paste server mentioned below.

Demo

Click here for demo video

Currently supported server

  • Pastebin

Currently supported operations

  • Push (guest) :- It quickly pushes code/text to server as a guest.
  • Push (user) :- It pushes code/text to pastebin server as a logged in user. you need to have an account to use this function.
  • Pull (user) :- It pulls code/text list of a logged in user and let you select one of your pushed code/text and pulls that from server. you need to have an account to use this function.
  • Pull (public or unlisted) :- It pulls public or unlisted code/text from server by using the given url.

Installation

For this plugin to work, you need to have sublime text 4 (build 4126). Now, Follow these instructions to install Quick-paste plugin.

  1. First download the latest released source file from Releases section.
  2. Extract the source file.
  3. Rename the extracted folder like this "Quick-paste". Do not add any dot or anything else after 'paste'.
  4. Copy or cut that extracted folder.
  5. Open sublime text.
  6. Click on Preferences -> Browse packages. It will open package directory.
  7. Paste that copied folder in that directory.

LICENSE

Quick-paste is licensed under the MIT license.

About

Quick-paste is a sublime text plugin which helps in pushing code/text to the paste server as well as pulling code/text from the paste server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%