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
[](https://github.com/sponsors/grml)
[](https://github.com/grml/grml-paste/releases)
[](https://packages.debian.org/trixie/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
|