lk/chat/wgetpaste.md

30 lines
388 B
Markdown
Raw Permalink Normal View History

2022-01-16 18:20:39 +00:00
---
title: "wgetpaste"
2022-01-26 21:29:48 +00:00
tags: [ "Documentation", "Chat" ]
2022-01-16 18:20:39 +00:00
---
2020-01-02 00:04:35 +00:00
See available pastebins:
```bash
wgetpaste -S
```
2020-01-02 00:04:35 +00:00
Upload script.sh to bpaste:
```bash
wgetpaste -s bpaste script.sh
```
2020-01-02 00:04:35 +00:00
Input clipboard to dpaste with the heading "Title"
```bash
wgetpaste -s dpaste -d Title -x
```
2020-01-02 00:04:35 +00:00
Paste in the file then load the result to the right-hand clipboard:
```bash
wgetpaste -s dpaste -X
```
2020-01-02 00:04:35 +00:00