Skip to content
Anoint edited this page Jan 2, 2023 · 2 revisions

Welcome to the paste-master wiki!

Overview

"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."

Requirements

Go 1.15+

Installation

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

Usage

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!

Contributing

We welcome contributions to Paste Master! If you would like to contribute, please fork the repository.

Clone this wiki locally