ThatcherC / ReplGPT.jl

A ChatGPT mode for the Julia REPL
MIT License
98 stars 6 forks source link

Detect startup.jl #10

Open ThatcherC opened 1 year ago

ThatcherC commented 1 year ago

Adds some logic to detect if using ReplGPT was called in startup.jl and respond accordingly. ReplMaker.jl suggests using this atreplinit function and an async call to set up custom REPLs correctly when included in startup.jl and the suggestion seems to work well here!