Skip to content

diudc/auto-pastebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-pastebin

Desktop application for instant code snippet sharing

Screenshot

Screenshot_2

Requirements

python 3 PyQt5

pyperclip ( pyperclip is required for copying the returned url to clipboard ) more info https://pypi.org/project/pyperclip/

Usage

GUI

  You can open a file and edit it in the codebox before pasting it.
  or 
  You can paste something in the codebox without even opening any file .

CLI

python3 auto_pastebin.py "path to your file" "an optional username"

ex:

$ python3 auto_pastebin.py uva900.cpp shakil
> https://pastebin.ubuntu.com/XXXX

or 

$ python3 auto_pastebin.py uva900.cpp 
> https://pastebin.ubuntu.com/XXXX (this will take the username of your pc account)

About

Desktop application for instant code snippet sharing

Resources

Stars

Watchers

Forks

Contributors

Languages