Replies to message #15,959

Trans Fat 41g

The Linux Thread

The following code snippet can be used in a script to open a URL you have added to the clipboard: #!/bin/sh mpv "$(xclip -o)" Bind to a key...
Back
Top Bottom