Skip to content

Instantly share code, notes, and snippets.

@jdkirkwood
jdkirkwood / complete_odev.sh
Last active March 16, 2022 12:24
odev bash completion script
# odev tab completion script
# Version: 0.2
# Install: Add a call to this script in ~/.bash_completion or copy the script into /etc/bash_completion.d/
# 'source' the file to use the features in the current session.
# Call function 'odev_cache' to rebuild the cached list of databases.
# clear global cache
_odev_complete_list=""
odev_cache ()