wl-copy: add image copying example (#11399)

pull/23/head
ivandimitrov8080 2023-11-06 22:42:09 +02:00 committed by GitHub
parent d2d5dbb6c7
commit bb94b56168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
`wl-copy --paste-once "{{text}}"`
- Copy an image:
`wl-copy < {{path/to/image}}`
- Clear the clipboard:
`wl-copy --clear`