grml-paste - command line interface for paste.grml.org
Contents
Actions
add
Add paste to the server: <1.line> <2.line> ...
del<digest>
Delete paste from server.
get<id>
Get paste from server.
addurl<url>
Add short-URL.
geturl<url>
Resolve short-URL.
getclicks<url>
Get clicks of short-URL.
getlangs
Get supported language highlighting types from server.
help<action>
Print more verbose help about specified <action>.
Bugs
Please report feedback, bugreports[1] and wishes tothegrmlteam[2].
Description
grml-paste is a command line interface for uploading plain text to https://paste.grml.org/Name
grml-paste - command line interface for paste.grml.org
Notes
1. bugreports
https://grml.org/bugs/
2. to the grml team
https://grml.org/contact/
3. gebi@grml.orgmailto:gebi@grml.org
03/04/2025 GRML-PASTE(1)
Options
-ehours,--expire=HOURS
Time at which paste should expire.
-h,--help
Print help text.
-llang,--lang=LANG
Type of language to highlight.
-nname,--name=NAME
Set your nickname (defaults to login username).
-sserver,--server=SERVER
Set URL of paste server (defaults to paste.grml.org).
-p,--private
Make private (hidden) submission to server, thus your paste is not visible on the webpage.
-v,--verbose
More verbose output.
Synopsis
grml-paste [options] ACTION <args>
Usage Examples
dmesg|tail|grml-pasteadd--name=grmluser
Upload last ten lines of dmesg output as user grmluser.
grep-eEE-eWW/var/log/Xorg.0.log|grml-pasteadd-p
Upload error and warning messages of X.org log as hidden entry.
