No description
Find a file
2024-11-25 22:16:11 +05:30
bash_task_formatter Update bash_task_formatter/task_formatter.sh 2024-11-25 22:16:11 +05:30
python_task_formatter update 2024-11-24 21:42:21 +05:30
README.md Add README.md 2024-11-24 21:37:35 +05:30

CLI Formatter with Spinner

This repository contains two scripts written in both bash and python, a formatter and an example, that work together to execute tasks with a spinner and formatted output. The formatter script provides functions for running tasks with a spinner, while the example script demonstrates how to use these functions by defining and executing a set of tasks or functions.

There are slight differences between the bash and python versions with the python version being the further along.

Python Formatter

Python Files

View the Package on PyPi

Example gif

To Do:

  • Add in handling for echo lines in function
  • Figure out a way to have print statements show up live rather than in bunches

Bash Formatter

Bash Files

Example gif

To Do:

  • Add in global error handling