Skip to content

rohankishore/PasteCMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

PasteCMD 📋

✨ CLI app for Pastebin. ✨

image


Table of Contents


📊 What can PasteCMD do?

PasteCMD is a CLI app for Pastebin service PasteCMD can do:

  1. Upload text sentences
  2. Upload File content

⬇️ Installation

PasteCMD can be installed by following either of the following methods:

1. Via Python File

  • Clone this repo by:
git clone https://github.com/rohankishore/PasteCMD
  • Install all the requirements by:
pip install --r requirements.txt
  • Run main.py

2. Via EXE

  • Download the EXE from the latest Release
  • Unzip the ZIP
  • Run the EXE

✨ Commands

Command Use Example Command
text Uploads the text written after the command >> text hello, world!
file Uploads the contents of the file mentioned after the command >> file main.py
add_api_key Add/Update your API Key >> add_api_key
help Shows you all the available commands >> help
quit Exits the CLI >> quit

🪴 Example Snippets

Welcome to PasteCMD. 
 ____           _        ____ __  __ ____  
|  _ \ __ _ ___| |_ ___ / ___|  \/  |  _ \ 
| |_) / _` / __| __/ _ \ |   | |\/| | | | |
|  __/ (_| \__ \ ||  __/ |___| |  | | |_| |
|_|   \__,_|___/\__\___|\____|_|  |_|____/ 
                                           
Type 'help' to view all commands

>> text Star PasteCMD if you like this project :)
https://pastebin.com/WriZHqJR
Your Pastebin link has been copied to the clipboard!
Welcome to PasteCMD. 
 ____           _        ____ __  __ ____  
|  _ \ __ _ ___| |_ ___ / ___|  \/  |  _ \ 
| |_) / _` / __| __/ _ \ |   | |\/| | | | |
|  __/ (_| \__ \ ||  __/ |___| |  | | |_| |
|_|   \__,_|___/\__\___|\____|_|  |_|____/ 
                                           
Type 'help' to view all commands

>> file main.py
https://pastebin.com/akLQVipM
Your Pastebin link has been copied to the clipboard!

                                          ____           _        ____ __  __ ____  
                                         |  _ \ __ _ ___| |_ ___ / ___|  \/  |  _ \ 
                                         | |_) / _` / __| __/ _ \ |   | |\/| | | | |
                                         |  __/ (_| \__ \ ||  __/ |___| |  | | |_| |
                                         |_|   \__,_|___/\__\___|\____|_|  |_|____/