A collection of Windows Batch scripts that stream ASCII art animations in your terminal using the Windows built-in curl command.
- Windows 10 version 1803 or later (curl is included by default)
- Active internet connection
| Script | Animation |
|---|---|
Donut.bat |
Spinning 3D donut |
Forrest.bat |
Forrest Gump running |
Globe.bat |
Rotating globe |
Nyan.bat |
Nyan Cat |
Parrot.bat |
Party parrot |
Rick.bat |
Rick Astley |
git clone https://github.com/sha-wrks/CMD-cURL.git
cd CMD-cURLDouble-click any .bat file, or run it from the command line:
Rick.batPress Ctrl+C to stop the animation.
Each script calls curl ascii.live/<name>, which streams an ASCII art animation over HTTP directly to your terminal. No external binaries or additional dependencies are required beyond the system curl bundled with Windows 10 and later.
See CONTRIBUTING.md for contribution guidelines.
See SECURITY.md for the security policy and vulnerability reporting process.
MIT. See LICENSE for details.