diff --git a/Install.tar.gz b/Install.tar.gz deleted file mode 100644 index 8f553543b7dd8ab5c729fc6bc5e1be96232eee11..0000000000000000000000000000000000000000 Binary files a/Install.tar.gz and /dev/null differ diff --git a/clipboard.sh b/clipboard.sh deleted file mode 100755 index 2bdab3a8bc624edc4813f52b87cc3bd4f85bc599..0000000000000000000000000000000000000000 --- a/clipboard.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# Access your KDE 4 klipper on the command line -# usage: -# ./clipboard -# will output current contents of klipper -# echo "foobar" | ./clipboard -# will put "foobar" into your clipboard/klipper - -# check for stdin -if ! tty -s && stdin=$(</dev/stdin) && [[ "$stdin" ]]; then - # get the rest of stdin - stdin=$stdin$'\n'$(cat) - # oh, nice - user input! we set that as current - # clipboard content - qdbus org.kde.klipper /klipper setClipboardContents "$stdin" - exit -fi - -# if we reach this point no user input was given and we -# print out the current contents of the clipboard -qdbus org.kde.klipper /klipper getClipboardContents \ No newline at end of file