File: README.md

package info (click to toggle)
grml-paste 0.9.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72 kB
  • sloc: python: 141; makefile: 19
file content (49 lines) | stat: -rw-r--r-- 1,383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# grml-paste

[![Sponsor](https://img.shields.io/badge/Sponsor-GitHub-purple?logo=github)](https://github.com/sponsors/grml)
[![GitHub release](https://img.shields.io/github/v/release/grml/grml-paste)](https://github.com/grml/grml-paste/releases)
[![Debian package](https://img.shields.io/debian/v/grml-paste/trixie?label=debian)](https://packages.debian.org/trixie/grml-paste)
[![Ubuntu package](https://img.shields.io/ubuntu/v/grml-paste)](https://packages.ubuntu.com/search?keywords=grml-paste)

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

```bash
sudo apt install grml-paste
```

Package information: [grml-paste on packages.debian.org](https://packages.debian.org/trixie/grml-paste)

### From GitHub releases

Download the latest `.deb` package from the [releases page](../../releases) and install:

```bash
sudo apt install ./grml-paste_*.deb
```

## Quick start

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

## License

This project is licensed under the GPL v2+.

## Contributing

- **Source code**: https://github.com/grml/grml-paste
- **Issues**: https://github.com/grml/grml-paste/issues
- **Releases**: https://github.com/grml/grml-paste/releases
- **Grml Live Linux**: https://grml.org