Kkevsterrr / backdoorme

powerful auto-backdooring utility
MIT License
742 stars 150 forks source link

forward tab complete #144

Open Kkevsterrr opened 7 years ago

Kkevsterrr commented 7 years ago

broken by recursive structure

ecthros commented 7 years ago

Is this about how it doesn't put the "/" after tab completion?

And also, can we have it add a "." for modules? Like when we do:

add cron set cron.frequency " *"

Kkevsterrr commented 7 years ago

The tab complete in general was broken - it's fixed, but forward/smart tab complete is not quite 100%! (Smart tab complete is if you start typing and tab and there aren't any options, it recursively dives until it finds what you're typing and then completes the full path for you)

I'll make a new issue for the modules - I thought that was done already, but I'll look into if it's not working! (edit: see #154)

ecthros commented 7 years ago

You get to close it @Kkevsterrr 👍