First you need the 'xsel' package.
$> pacman -S xsel
Then create aliases.
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |