Infiltrator.jl
Infiltrator.jl copied to clipboard
Retain history after Julia restart
I don't seem to be able to scroll or search back through the history of commands I've typed in previous infil> REPLs.
It would be really helpful to be able to do that.
Ah, this could be because I reinstalled Infiltrator.jl?
Hm, history is retained in each Julia session, but not after a restart. I could write history to disk, but that's a bit of effort because reusing the global history file doesn't make much sense (since you can't enter the infil> prompt at will).
Thanks. Since I'm entering standard Julia commands at the Infil> prompt, I think it makes sense to add those to the global history file. But maybe I'm misunderstanding something about how the history files work.