From 423ef5bd8445525aea47db47eff39f96920372ba Mon Sep 17 00:00:00 2001 From: John Helmert Date: Sat, 3 Aug 2019 22:44:01 -0500 Subject: [PATCH] Update README clipboard information to reflect changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e37c08a..74f36a5 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,7 @@ The default programs that TUIR interacts with can be configured through environm ### Clipboard -TUIR supports copying submission links to the OS clipboard. On macOS this is supported out of the box. -On Linux systems you will need to install either [xsel](http://www.vergenet.net/~conrad/software/xsel/) or [xclip](https://sourceforge.net/projects/xclip/). +TUIR supports copying submission links to the OS clipboard. Data being copied is piped into a command specified by the configuration option `clipboard_cmd`. If this option is not set, the command will default to `pbcopy w` on Darwin systems (OSX), and `xclip -selection clipboard` on Linux. ## Themes