Skip to content

Instantly share code, notes, and snippets.

@MaherSaif
Forked from clupprich/spinner.rb
Created October 29, 2021 12:51
Show Gist options
  • Save MaherSaif/f0d12b9a10d7753ad7371c1d83cfea7f to your computer and use it in GitHub Desktop.
Save MaherSaif/f0d12b9a10d7753ad7371c1d83cfea7f 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