Skip to content

Commit

Permalink
Merge pull request #243 from pavdmyt/upd-cli-spinners-v3.2.0
Browse files Browse the repository at this point in the history
deps: update cli-spinners to v3.2.0

#243
  • Loading branch information
pavdmyt authored Sep 21, 2024
2 parents a8076f6 + 87b29e8 commit 78ab30f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yaspin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dots11",
"dots12",
"dots13",
"dots14",
"dots2",
"dots3",
"dots4",
Expand All @@ -46,6 +47,7 @@
"dots8",
"dots8Bit",
"dots9",
"dotsCircle",
"dqpb",
"dwarfFortress",
"earth",
Expand Down
30 changes: 30 additions & 0 deletions yaspin/data/spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,23 @@
""
]
},
"dots14": {
"interval": 80,
"frames": [
"⠉⠉",
"⠈⠙",
"⠀⠹",
"⠀⢸",
"⠀⣰",
"⢀⣠",
"⣀⣀",
"⣄⡀",
"⣆⠀",
"⡇⠀",
"⠏⠀",
"⠋⠁"
]
},
"dots8Bit": {
"interval": 80,
"frames": [
Expand Down Expand Up @@ -548,6 +565,19 @@
""
]
},
"dotsCircle": {
"interval": 80,
"frames": [
"",
"⠎⠁",
"⠊⠑",
"⠈⠱",
"",
"⢀⡰",
"⢄⡠",
"⢆⡀"
]
},
"sand": {
"interval": 80,
"frames": [
Expand Down

0 comments on commit 78ab30f

Please sign in to comment.