AsahiLinux / m1n1

A bootloader and experimentation playground for Apple Silicon
MIT License
3.61k stars 210 forks source link

Add ipython shell to proxyclient #360

Closed dberlin closed 11 months ago

dberlin commented 12 months ago

Same functionality as the readline shell, but based on ipython so that it has nicer help/autocomplete/etc

I moved the support to do monitor polling/simd handling into an ipython extension for this shell. It currently does not auto-load (unless you put it in your profile) This can be changed if we want it.

Signed-off-by: Daniel Berlin dberlin@dberlin.org