Mention wl-copy on Wayland

This commit is contained in:
Arun Prakash Jana 2021-05-18 07:13:16 +05:30
parent a4ee497819
commit febfc67c69
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -85,7 +85,7 @@ There are several [projects based on `buku`](#related-projects), including a bro
| Encryption | cryptography |
| HTML | beautifulsoup4, html5lib |
To copy url to clipboard at the prompt `buku` uses `xsel` (or `xclip`) on Linux, `pbcopy` (default installed) on OS X, `clip` (default installed) on Windows, `termux-clipboard` on Termux (terminal emulation for Android). If X11 is missing, GNU Screen or tmux copy-paste buffers are recognized.
To copy url to clipboard at the prompt `buku` uses `xsel` (or `xclip`) on Linux, `pbcopy` (default installed) on OS X, `clip` (default installed) on Windows, `termux-clipboard` on Termux (terminal emulation for Android), `wl-copy` on Wayland. If X11 is missing, GNU Screen or tmux copy-paste buffers are recognized.
#### From a package manager