From: http://www.linux.com/archive/feed/54005
complete -G "*.db" sqlite would associate .db files with sqlite.
For permanent associations, you need to add the command to one of the bash startup scripts, such as ~/.bashrc.
Es war einmal, als ich sqlite von der Kommandozeile aus gestartet habe. Ich konnte den Tab-Autocomplete verwenden, um den Datenbanknamen einzugeben. Das hat jetzt eine Weile nicht funktioniert. Irgendwelche Vorschläge, wie das geht? (Möglicherweise speziell für Dateien mit einem .db-Suffix.)
From: http://www.linux.com/archive/feed/54005
complete -G "*.db" sqlite would associate .db files with sqlite.
For permanent associations, you need to add the command to one of the bash startup scripts, such as ~/.bashrc.