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

Add shift-tab to select the previous entry in the completion menu. #59

Closed amjith closed 5 years ago

amjith commented 5 years ago

Adds support for #57

amjith commented 5 years ago

@meeuw Thank you for taking the time to fix the tests for the unhashable FormattedText error in mycli. I copied your changes to the test suite here. It was so much easier to have the fixes already available.

Thank you! Thank you!!

codecov-io commented 5 years ago

Codecov Report

Merging #59 into master will decrease coverage by 0.3%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #59      +/-   ##
=========================================
- Coverage   67.91%   67.6%   -0.31%     
=========================================
  Files          21      21              
  Lines        1312    1318       +6     
=========================================
  Hits          891     891              
- Misses        421     427       +6
Impacted Files Coverage Δ
litecli/key_bindings.py 16.66% <0%> (-2.78%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 61d4082...a946fb0. Read the comment docs.