[Bash-completion-commits] ./current r1239: Added minimal sqlite3 completion.

Ville Skyttä ville.skytta at iki.fi
Sun Jan 11 22:35:56 UTC 2009


------------------------------------------------------------
revno: 1239
committer: Ville Skyttä <ville.skytta at iki.fi>
branch nick: current
timestamp: Mon 2009-01-12 00:35:56 +0200
message:
  Added minimal sqlite3 completion.
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-01-11 22:31:40 +0000
+++ b/bash_completion	2009-01-11 22:35:56 +0000
@@ -132,6 +132,7 @@
 complete -f -X '!*.@(sxm|smf|mml|odf)' oomath
 complete -f -X '!*.odb' oobase
 complete -f -X '!*.rpm' rpm2cpio
+complete -f -X '!*.sqlite' sqlite3
 # FINISH exclude -- do not remove this line
 
 # start of section containing compspecs that can be handled within bash

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-11 22:23:32 +0000
+++ b/debian/changelog	2009-01-11 22:35:56 +0000
@@ -62,6 +62,7 @@
   * Improved features and performance of yum completion (Ville Skyttä).
   * Added support for p (POSIX) and x (x.org) man sections (Ville Skyttä).
   * Improved filename based man page completion (Ville Skyttä).
+  * Added minimal sqlite3 completion (Ville Skyttä).
   * Merge from Gentoo:
     - fix 'find' completion so that it properly completes on -?(i)whilename.
       Patch by Ciaran McCreesh.



More information about the Bash-completion-commits mailing list