PasteCMD is a CLI app for Pastebin service PasteCMD can do:
- Upload text sentences
- Upload File content
- Upload clipboard content
PasteCMD can be installed by following either of the following methods:
- Clone this repo by:
git clone https://github.com/rohankishore/PasteCMD- Install all the requirements by:
pip install --r requirements.txt- Run
main.py
- Download the EXE from the latest Release
- Unzip the ZIP
- Run the EXE
| Command | Use | Example Command |
|---|---|---|
text |
Uploads the text written after the command | >> text "hello, world!" [name (optional)] |
clipboard |
Uploads the current clipboard content | >> clipboard [name (optional)] |
file |
Uploads the file mentioned after the command | >> file main.py |
add_api_key |
Add/Update your API Key | >> add_api_key 0123456789abcdef0123456789abcdef |
help |
Shows you all the available commands | >> help |
quit |
Exits the CLI | >> quit |
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!
____ _ ____ __ __ ____
| _ \ __ _ ___| |_ ___ / ___| \/ | _ \
| |_) / _` / __| __/ _ \ | | |\/| | | | |
| __/ (_| \__ \ || __/ |___| | | | |_| |
|_| \__,_|___/\__\___|\____|_| |_|____/ 
