Skip to content

Instantly share code, notes, and snippets.

@clupprich
Created October 29, 2021 08:34
Show Gist options
  • Save clupprich/c8975a9e3c525889560ead9df51b5d30 to your computer and use it in GitHub Desktop.
Save clupprich/c8975a9e3c525889560ead9df51b5d30 to your computer and use it in GitHub Desktop.
Terminal Spinner
%w(⠾ ⠷ ⠯ ⠟ ⠻ ⠽).cycle { |dot| print "\b#{dot}"; sleep 0.1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment