Update README clipboard information to reflect changes

This commit is contained in:
John Helmert
2019-08-03 22:44:01 -05:00
parent 17c8e9e08e
commit 423ef5bd84

View File

@@ -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