Skip to content

Commit

Permalink
add clipboard documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
buhman authored Sep 3, 2018
1 parent a709b8a commit eeb7344
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exist on your own.
- `jq`
- [`capture`](https://github.com/buhman/capture) (optional, for screen capture)
- `maim` (optional, for screenshots)
- `xclip` (optional, for clipboard manipulation)

## usage

Expand Down Expand Up @@ -77,6 +78,14 @@ pb gif

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.

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

## advanced usage

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

0 comments on commit eeb7344

Please sign in to comment.