ericphanson / Asciicast.jl

Easy REPL animations in READMEs, Documenter docs, and more!
https://ericphanson.github.io/Asciicast.jl/
Other
42 stars 0 forks source link

Asciicast

Devcodecov

Asciicast.jl is all about showcasing Julia code running in a REPL using technologies developed by the open-source asciinema project. (It is totally unaffiliated with the authors of that project, however).

It does so in a few ways:

Demo:

@info "Hello!"
println("That was a logging statement, but this is printing.")
x = rand(10, 10)
using LinearAlgebra
svd(x)
println("Now I'll wait a second")
sleep(1)
println("ok, done!")

Alternatives to Asciicast.jl