Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.72 KB

File metadata and controls

55 lines (36 loc) · 1.72 KB

grml-paste

Sponsor GitHub release Debian package Ubuntu package

Paste text into a pastebin service

Overview

grml-paste is a client for a pastebin service like https://paste.debian.net/.

Installation

From Debian repositories

sudo apt install grml-paste

Package information: grml-paste on packages.debian.org

From GitHub releases

Download the latest .deb package from the releases page and install:

sudo apt install ./grml-paste_*.deb

Quick start

  1. Install the package (see above)
  2. Paste some text:
    echo hi | grml-paste

Token

Authentication against the pastebin allows you to circumvent most of the AntiSpam checks and benefit from relaxed limits. To create a token you need to authenticate on https://paste.debian.net against salsa.debian.org. Afterwards you can use https://paste.debian.net/tokens to create and manage your token. grml-paste accepts your token with the --token parameter.

License

This project is licensed under the GPL v2+.

Contributing