An extension to parrot.live, with support for more animations! http://ascii.live
Find a file
2019-11-20 19:46:50 +11:00
.github/workflows Initial commit 🎉 2019-11-20 19:44:55 +11:00
deployment Bump deployment image to 3463ddef 2019-11-20 19:46:50 +11:00
frames Initial commit 🎉 2019-11-20 19:44:55 +11:00
demo.gif Initial commit 🎉 2019-11-20 19:44:55 +11:00
Dockerfile Initial commit 🎉 2019-11-20 19:44:55 +11:00
go.mod Initial commit 🎉 2019-11-20 19:44:55 +11:00
go.sum Initial commit 🎉 2019-11-20 19:44:55 +11:00
LICENSE Initial commit 🎉 2019-11-20 19:44:55 +11:00
main.go Initial commit 🎉 2019-11-20 19:44:55 +11:00
README.md Initial commit 🎉 2019-11-20 19:44:55 +11:00

ascii.live

A project for hosting curl-based animations, all in one place, and a follow up to parrot.live.

Any animations you want to add are welcome! 🎉

Try it out in your terminal:

curl ascii.live/parrot

Adding frames

  • Fork this repository
  • Create a new frame file in /frames, call it the name of your frames/animation, e.g. parrot.go
  • Inside your new file, create an exported list of frames, e.g.
package frames

// This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames)

var myAnimationFrames = []string{
  `Frame1`,
  `Frame2`,
  `Frame3`,
}

Frame Contributions

Here's a list of lovely people who have contribute frames to this project:

Contributor Frame File Repository
hexrcs forrest.go run-forrest-run
jmhobbs parrot.go terminal-parrot