BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command history / auto-completion for interactive mode

ceeac opened this issue · comments

commented

Currently, command-line interactive mode (boomerang-cli -i) does not support command history or auto-completion. (arrow keys, tab completion, Ctrl-K etc.) It might be nice to support at least some of those commands. Also make sure this works consistently on both Windows and Linux.