Skip to content

Commit

Permalink
clipboard: additional explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
buhman authored Sep 3, 2018
1 parent eeb7344 commit 5242382
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ When you are done, press `q` once to stop recording.

### clipboard

When set, by default, PB_CLIPBOARD will put the paste url in the X11 primary buffer.
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.

```sh
PB_CLIPBOARD=1 pb …
```

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.

## advanced usage

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

0 comments on commit 5242382

Please sign in to comment.