dbcli / litecli

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

Autocompletion and expanduser support for open command #14

Closed meeuw closed 5 years ago

meeuw commented 5 years ago

I was somewhat expecting to have autocompletion for opening the database. Using ~/testdb.sqlite3 wasn't recognised (I had to use /home/meeuw/testdb.sqlite3)

j-bennet commented 5 years ago

Do you mean file name completion?

meeuw commented 5 years ago

Exactly, like you've implemented for \. in mycli.