dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.12k stars 68 forks source link

Suggestion: shift+tab to start completion in the opposite direction #57

Closed elig0n closed 5 years ago

elig0n commented 5 years ago

Right now one has to hit "tab" first and then "shift+tab" to go to opposite direction.

amjith commented 5 years ago

Yup. This is possible. I'll take a look at it.

amjith commented 5 years ago

@elig0n Can you try installing from master? We have this implemented now.

Command to install from master:

pip install -U https://github.com/dbcli/litecli/archive/master.zip

elig0n commented 5 years ago

Thank you very much

amjith commented 5 years ago

This is now released as v.1.10

Please upgrade to get this feature. pip install -U litecli