cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Use readline instead of input() #19

Closed cyberrumor closed 7 months ago

cyberrumor commented 1 year ago

It would be great to get tab completion and be able to use the up arrow to automatically fill the input buffer with previously executed commands. input() is not robust enough to provide these features. We will at least get a scrollback buffer for free using readline, and it's extensible with autocomplete.