Add readme and add new alias cfpc: paste+compile+copy

This commit is contained in:
Cooper Maruyama 2015-05-02 07:14:21 -07:00
commit 24552f0225
2 changed files with 34 additions and 0 deletions

View file

@ -11,3 +11,6 @@ cfc () {
# compile from pasteboard & print
alias cfp='coffeeMe "$(pbpaste)"'
# compile from pasteboard and copy to clipboard
alias cfpc='cfp | pbcopy'