All Projects → blackode → Elixir_cli_spinners

blackode / Elixir_cli_spinners

Spinnig Animations for Command Line Applications

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Elixir cli spinners

React Epic Spinners
Reusable react components for epic-spinners
Stars: ✭ 280 (+139.32%)
Mutual labels:  animations, spinner, loading-animations
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+2412.82%)
Mutual labels:  cli, animations, spinner
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+883.76%)
Mutual labels:  command-line-tool, command-line-app, cli
Clispinner
Swifty Terminal Spinner
Stars: ✭ 197 (+68.38%)
Mutual labels:  cli, spinner, loading-animations
Epic Spinners
Easy to use css spinners collection with Vue.js integration
Stars: ✭ 3,548 (+2932.48%)
Mutual labels:  animations, spinner, loading-animations
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (+509.4%)
Mutual labels:  command-line-tool, command-line-app, cli
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (-40.17%)
Mutual labels:  command-line-tool, command-line-app, cli
Blockshell
🎉 Minimal Blockchain Learning CLI
Stars: ✭ 1,348 (+1052.14%)
Mutual labels:  command-line-tool, cli
Awesome React Generator
No more clicking around to create files in your react project! Awesome React Generator is Command Line Tool that let's you scaffold your components without leaving your terminal.
Stars: ✭ 98 (-16.24%)
Mutual labels:  command-line-tool, cli
Python N26
💵 Unofficial Python client for n26 (Number 26) - https://n26.com/
Stars: ✭ 116 (-0.85%)
Mutual labels:  command-line-tool, cli
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-14.53%)
Mutual labels:  command-line-tool, cli
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-23.08%)
Mutual labels:  command-line-tool, cli
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-20.51%)
Mutual labels:  command-line-tool, cli
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-16.24%)
Mutual labels:  command-line-tool, cli
Crowdin Cli
A command-line client for the Crowdin API
Stars: ✭ 89 (-23.93%)
Mutual labels:  command-line-tool, cli
Sunset.css
This library offers a collection of different CSS-powered transitions.
Stars: ✭ 99 (-15.38%)
Mutual labels:  animations, animation-library
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-23.08%)
Mutual labels:  command-line-tool, cli
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-16.24%)
Mutual labels:  command-line-tool, cli
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-12.82%)
Mutual labels:  command-line-tool, cli
Spinner
Go (golang) package with 90 configurable terminal spinner/progress indicators.
Stars: ✭ 1,637 (+1299.15%)
Mutual labels:  cli, spinner

CliSpinners

Spinners Gif

Installation

Install from Hex, Package Manger. by adding cli_spinners to your list of dependencies in mix.exs:

def deps do
  [{:cli_spinners, "~> 0.1.0"}]
end

and published on HexDocs.

Demo

To see all the demos in your terminal, just load the library in your iex shell and call a definition demo

iex> CliSpinners.demo()

Here, each animation is played for two seconds. You can break that by pressing Ctrl C twice. You will return to your shell again.

Documentation for CliSpinners.

CliSpinners are nothing more like a loading animation in the command line interface.

This module comes with different flavours of loading spins. The following is the list of flavours you can pass

Loading Flavors

dots

The dots flavor comes with 12 combnations of loading animations. From dots to dots12.

dots
dots2
dots3
.....
.....
dots12

There is no dots1. Here, dots1 is written as just dots .

line

Line comes with two combinations

  • line
  • line2

pipe

  • pipe

simple_dots

  • simple_dots
  • simple_dots_scrolling

star

  • star
  • star2

flip

  • flip

hamburger

  • hamburger

grow

This grow format comes in two flavors

  • grow_vertical
  • grow_horizontal

balloon

  • balloon
  • balloon2

noise

  • noise

bounce

  • bounce

box_bounce

  • box_bounce
  • box_bounce2

Geometry

  • triangle
  • circle
  • arc
  • circle
  • circle_quarters
  • square_corners
  • circle_halves

squish

  • squish

toggle

This toggle flavor comes in 13 flavors

toggle
toggle1
toggle2
.....
toggle13

arrow

  • arrow
  • arrow2
  • arrow3

bouncing

  • bouncing_bar
  • bouncing_ball

smiley

  • smiley

monkey

  • monkey

hearts

  • hearts

clock

  • clock

earth

  • earth

moon

  • moon

pong

  • pong

runner

  • runner

shark

  • shark

dqpb

  • dqpb

Giff Credits Sindresorhus Npm Package

Inspiration from Progessbar:

Thanks for Reading.

Support

Buy me a cup of coffee https://paypal.me/ankanna

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].