A CLI tool that plays a song on loop so you can get in the zone — with a real-time FFT visualizer.
brew tap program247365/tap
brew install loopergit clone https://github.com/program247365/looper.git
cd looper
make install # builds release binary and installs to /usr/local/binRequires Rust. Install via rustup if needed.
looper play --url "/path/to/your/song.mp3"| Key | Action |
|---|---|
Space |
Pause / Resume |
f |
Toggle fullscreen visualizer |
q / Ctrl-C |
Quit |
make run # play fixture file (tests/fixtures/sound.mp3)
make test # run tests
make build # debug build
make build-release # optimized release binarymake release-patch # 0.1.0 → 0.1.1: bump, tag, push, GH release, update Homebrew formula
make release-minor # 0.1.x → 0.2.0