Add usage to README

ext-image-capture
itycodes 3 weeks ago
parent cdf5ca711e
commit 49ccad40da

@ -9,3 +9,10 @@ Make Dependencies:
- `wayland-scanner` - `wayland-scanner`
- `make` - `make`
- `gcc` - `gcc`
Usage:
```sh
screencap # makes a full screenshot, saves it to out.png
screencap '?' # prints all toplevels
screencap '5c261201ff47b0f28a1b55ce9f0e2e20' # captures the toplevel with the given identifier to out.rif
```

Loading…
Cancel
Save