From aed9bab831271e33232469301169ab217c034e8e Mon Sep 17 00:00:00 2001 From: Jezeniel Zapanta Date: Tue, 29 Mar 2016 09:22:33 +0800 Subject: [PATCH 1/2] xclip:Add copy to system clipboard --- pages/linux/xclip.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/linux/xclip.md b/pages/linux/xclip.md index dd69f9edd3..d67af1cd7d 100644 --- a/pages/linux/xclip.md +++ b/pages/linux/xclip.md @@ -6,6 +6,11 @@ `echo 123 | xclip -i` +- Copy output to system clipboard: + +`echo 123 | xclip -sel clip` + - Paste clipboard: `xclip -o > file.txt` + From 02bc948695c4d563232004b69c2c8a6de69324bd Mon Sep 17 00:00:00 2001 From: Jezeniel Zapanta Date: Fri, 1 Apr 2016 11:11:16 +0800 Subject: [PATCH 2/2] xclip: Fix whitespace --- pages/linux/xclip.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/linux/xclip.md b/pages/linux/xclip.md index d67af1cd7d..020e98195f 100644 --- a/pages/linux/xclip.md +++ b/pages/linux/xclip.md @@ -13,4 +13,3 @@ - Paste clipboard: `xclip -o > file.txt` -