Skip to content

Instantly share code, notes, and snippets.

@gruppjo
Last active November 6, 2017 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gruppjo/554943e2038fded1681c4b26e8f83d69 to your computer and use it in GitHub Desktop.
Save gruppjo/554943e2038fded1681c4b26e8f83d69 to your computer and use it in GitHub Desktop.
office fun

// Coding Horrors https://circleci.com/blog/dev-horror-stories-part-ii/

// Cool retro term https://github.com/Swordfish90/cool-retro-term

// requires npm 5.2 or newer

// lolcatjs // rainbow colors in your terminal // https://www.npmjs.com/package/lolcatjs npx lolcatjs --help

// cowsay // cow says... // https://www.npmjs.com/package/cowsay npx cowsay Jonathan -p

// both npx -p cowsay -p lolcatjs -c 'echo "HEY THERE" | cowsay | lolcatjs'

// happy birthday npx happy-birthday -u Jonathan

// all npx -p happy-birthday -p cowsay -p lolcatjs -c "happy-birthday -u Jonathan | cowsay -p | lolcatjs"

// workin-hard npx workin-hard

// benny-hill sound npx benny-hill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment