We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c06ef commit b5a65a9Copy full SHA for b5a65a9
aliases/available/clipboard.aliases.bash
@@ -1,5 +1,5 @@
1
cite 'about-alias'
2
-about-alias 'xclip shortcuts to linux'
+about-alias 'xclip shortcuts'
3
4
if _command_exists xclip;
5
alias pbcopy="xclip -selection clipboard"
@@ -9,10 +9,10 @@ if _command_exists xclip;
9
alias xpst="xclip -selection clipboard -o"
10
fi
11
# to use it just install xclip on your distribution and it would work like:
12
-# $ echo "hello" | pbcopy
13
-# $ pbpaste
+# $ echo "hello" | xcpy
+# $ xpst
14
# hello
15
16
# very useful for things like:
17
-# cat ~/.ssh/id_rsa.pub | pbcopy
+# cat ~/.ssh/id_rsa.pub | xcpy
18
# have fun!
0 commit comments