AtelierArith / Replay.jl

Replay your REPL instructions
https://atelierarith.github.io/Replay.jl/dev/
MIT License
36 stars 3 forks source link

Check shell mode runs properly #46

Closed terasakisatoshi closed 1 year ago

terasakisatoshi commented 1 year ago
using Replay

instructions = [
    ";echo hello",
    CTRL_C,
    "println(\"Hello\")",
]

replay(instructions, use_ghostwriter=true)