From febfc67c69182c0d36df135880832d8d749c4b73 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 18 May 2021 07:13:16 +0530 Subject: [PATCH] Mention `wl-copy` on Wayland --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 222f0fe..6ecd1de 100644 --- a/README.md +++ b/README.md @@ -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