Update docs on clipboard support
This commit is contained in:
parent
8be8f1cc5b
commit
07beaa46dd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user