Skip to content

Instantly share code, notes, and snippets.

@jaynetics
Created September 29, 2016 13:16
Show Gist options
  • Save jaynetics/74bbd87e8e3324ae90029e92babc4593 to your computer and use it in GitHub Desktop.
Save jaynetics/74bbd87e8e3324ae90029e92babc4593 to your computer and use it in GitHub Desktop.
print a progress animation in the style of the heroku cli
a = %w(⣾ ⣽ ⣻ ⢿ ⡿ ⣟ ⣯ ⣷)
loop { print a.rotate!.first; sleep 0.08; print "\b" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment