MasonProtter / ReplMaker.jl

Simple API for building repl modes in Julia
Other
134 stars 14 forks source link

Add hook for when someone first enters the REPL mode #42

Open LilithHafner opened 6 months ago

LilithHafner commented 6 months ago

I'd like to launch a background task to send commands from my custom repl-mode to. Launching that process takes a few hundred ms, and I'd like to do it asynchronously when a user enters the repl mode so it's ready by the time they send commands.