#977548 bash-completion: sqlite3 filename completion does not include .sqlar (SQLite Archive) files #977548
- Package:
- bash-completion
- Source:
- bash-completion
- Submitter:
- Date:
- 2020-12-16 15:33:03 UTC
- Severity:
- normal
Dear Maintainer, SQLite defines an archive file format, which is an SQLite datbase with a single table containing each contained file as a row. The sqlite CLI tool can maniuplate these with the -A option, and the customary file extension for these are .sqlar, so it would be useful if bash would include them when completing file names. See https://sqlite.org/sqlar.html for more info. - ilmari