-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the paste-master wiki!
"Paste Master is a command-line tool that allows you to quickly and easily create files on Pastebin using your API key. With Paste Master, you can save text or code snippets to your Pastebin account with just a few simple commands. The tool is written in Go and requires Go 1.15 or higher to run. Paste Master is an open-source project licensed under the MIT License and is available on GitHub."
Go 1.15+
To install Paste Master, you will need to install Go and clone the repository to your local machine.
# Install Go
$ sudo apt-get install golang
# Clone the repository
$ git clone https://github.com/whoami-anoint/paste-master.git
To use Paste Master, simply run the script and follow the prompts. You will be asked for your API key, the name of the file you want to create, and the text you want to save to the file.
$ go run paste-master.go
- Enter your Pastebin API key: YOUR_API_KEY
- Enter the name of the file: my-file
- Enter the text to save to the file: This is the content of my file.
- File created successfully!
We welcome contributions to Paste Master! If you would like to contribute, please fork the repository.
Copyright (c) 2023 Abishek Kafle. Licensed under the MIT License. See the LICENSE file for details.
Project maintained by Abishek Kafle.
For bug reports and feature requests, please open an issue on the issue tracker.
For bug reports and feature requests, please open an issue on the issue tracker.
For general questions and support, please contact the project maintainer at twitter.
[animate.css](https://animate.style/) - A library of cross-browser CSS animation classes.
[cURL](https://curl.se/) - A command-line tool for transferring data with URLs.
[Go](https://golang.org/) - A programming language used to build Paste Master.
We hope you have a great experience using Paste Master, and we look forward to seeing what you create with it!
Abishek Kafle