Update docs on clipboard support

This commit is contained in:
Arun Prakash Jana 2018-09-11 20:23:57 +05:30
parent 8be8f1cc5b
commit 07beaa46dd
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -99,7 +99,7 @@ or on Ubuntu:
# apt-get install ca-certificates python3-urllib3 python3-cryptography python3-bs4
To copy url to clipboard at the prompt, `Buku` uses `xsel` on Linux, `pbcopy` (default installed) on OS X and `clip` (default installed) on Windows.
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.
#### From a package manager