A simple lorem ipsum generator with an api for use with curl
curl -q -LSsf http://lorem.casjay.coffee/sentences/3 Mac Sentences:
function lorem_s() { curl -q -LSs https://lorum.casjay.coffee/sentences/${@:-1} | pbcopy ;}Mac Paragraphs:
function lorem_p() { curl -q -LSs https://lorum.casjay.coffee/paragraphs/${@:-1} | pbcopy ;}Linux Sentences:
function lorem_s() { curl -q -LSs https://lorum.casjay.coffee/sentences/${@:-1} | xclip -selection clipboard ;}Linux Paragraphs:
function lorem_p() { curl -q -LSs https://lorum.casjay.coffee/paragraphs/${@:-1} | xclip -selection clipboard ;}👤 @casjay