https://github.com/oxguy3/termanim
A super simple command-line animation tool
https://github.com/oxguy3/termanim
Last synced: about 1 year ago
JSON representation
A super simple command-line animation tool
- Host: GitHub
- URL: https://github.com/oxguy3/termanim
- Owner: oxguy3
- License: mit
- Archived: true
- Created: 2015-10-09T16:03:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T18:05:39.000Z (over 10 years ago)
- Last Synced: 2025-03-11T21:45:44.793Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termanim
A really simple tool for running text-based animations in a command line.
## Usage
To use term anim, run `termanim /path/to/dir`, where your directory has the
appropriate files for a termanim animation.
## Creating an animation
To create an animation, you'll first need to create a directory for your
animation files to go into.
A termanim directory should contain .frame files and optionally an anim.conf
file.
The .frame files should contain the raw text of each frame of the
animation. The frames will be displayed in alphabetical order, so naming them
with numbers is highly recommended.
The anim.conf value can be used to alter termanim's timing and looping
settings.
For more information about creating animations, see the sample animation in
the `dance/` directory.