Infiltrator.jl icon indicating copy to clipboard operation
Infiltrator.jl copied to clipboard

Retain history after Julia restart

Open dpsanders opened this issue 3 years ago • 3 comments

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.

dpsanders avatar Jan 19 '22 20:01 dpsanders

Ah, this could be because I reinstalled Infiltrator.jl?

dpsanders avatar Jan 19 '22 20:01 dpsanders

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).

pfitzseb avatar Jan 19 '22 20:01 pfitzseb

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.

dpsanders avatar Jan 19 '22 20:01 dpsanders