Skip to content

Commit 5242382

Browse files
authored
clipboard: additional explanation
1 parent eeb7344 commit 5242382

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ When you are done, press `q` once to stop recording.
8080

8181
### clipboard
8282

83-
When set, by default, PB_CLIPBOARD will put the paste url in the X11 primary buffer.
83+
When set, by default, `PB_CLIPBOARD` will put the paste url in the X11 `primary` buffer. You can modify this behavior by setting `PB_CLIPBOARD_TOOL`, possibly with additional arguments.
8484

8585
```sh
8686
PB_CLIPBOARD=1 pb …
8787
```
8888

89+
For usability, you'll likely want to export this variable in your shell rc file if this is a feature you want to use regularly.
90+
8991
## advanced usage
9092

9193
If you have more complex scripting needs (like capturing the uuid for

0 commit comments

Comments
 (0)