From d61a50a25f9d403a6a12755545f5159e8ce23986 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 4 Jun 2017 14:17:36 +0000 Subject: [PATCH] added pbpaste --- sheets/pbpaste | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sheets/pbpaste diff --git a/sheets/pbpaste b/sheets/pbpaste new file mode 100644 index 0000000..6cbe52f --- /dev/null +++ b/sheets/pbpaste @@ -0,0 +1,9 @@ +# pbpaste +# Send the contents of the clipboard to standard output. + +# Write the contents of the clipboard to a file: +pbpaste > file + +# Use the contents of the clipboard as input to a command: +pbpaste | grep foo +