Skip to content

Instantly share code, notes, and snippets.

@codeOfRobin
Created June 25, 2018 17:27
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 codeOfRobin/1a22fb0fd962d8eac0b6410d8c1004cb to your computer and use it in GitHub Desktop.
Save codeOfRobin/1a22fb0fd962d8eac0b6410d8c1004cb to your computer and use it in GitHub Desktop.
function clapify --description 'Replaces words with claps a la https://handclaps.io'
set temp (string join ' 👏 ' $argv)
echo $temp | pbcopy
printf "successfully copied handclapped message $temp"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment