Last active
December 18, 2015 04:39
-
-
Save teeparham/5727204 to your computer and use it in GitHub Desktop.
command line aliases for dizzle & hipster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install ffaker | |
alias dizzle="ruby -e \"require 'ffaker'; puts Faker::DizzleIpsum.paragraph\" | tee >(pbcopy)" | |
alias hipster="ruby -e \"require 'ffaker'; puts Faker::HipsterIpsum.paragraph\" | tee >(pbcopy)" | |
### | |
$ dizzle | |
You talk too much like every single day Long Beach fo shizzle used to sell loot Coupe de Ville. | |
Real deal holyfield tha dizzle with my mind on my money fo shizzle. Real deal holyfield Mr. Buckwort | |
may I put ya choppers up realness the S oh yes eighty degrees make a few ends televizzle. Waddup | |
televizzle gizzo for the Gs. | |
$ hipster | |
Scenester mlkshk Rerry Richardson VHS skateboard irony food truck squid. Chambray skateboard raw | |
denim jean shorts Carles. 8-bit blog moon mlkshk. Photo booth sartorial iPhone next level fixie. |
| tee >(pbcopy)
both copies the output and outputs it. tee
FTW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pipe to
pbcopy
for great justice.