gabba-gandalf
v0.0.1
Published
A Simple Cli that brings Gabba Gandalf in your terminal
Readme
gabba-gandalf
A Simple Cli that brings Gabba Gandalf in your terminal
npx gabba-gandalfInstall
npm install --global gabba-gandalfCLI
$ gabba-gandalf --help
Usage
$ gabba-gandalf
Behavior
Starts playback immediately, loops, and exits on Ctrl+C.
Playback
- Default source order:
assets/video.mp4, thenassets/ascii_video.mp4 - Uses a bundled
ffplaybinary (via dependency), no manual ffmpeg install required - Video scales with terminal size and updates when you resize the terminal
- Media assets are included in the published package via the
fileslist inpackage.json - Press
Ctrl+Cto quit
Flags
--no-audio: disable audio playback--no-video: disable video playback--fps <number>: set ASCII frame rate (range:4to30, default:12)--width <number>: force ASCII width in terminal columns--height <number>: force ASCII height in terminal rows
Examples
gabba-gandalf --no-audio --fps 10
gabba-gandalf --no-video
gabba-gandalf --width 120 --height 36