Understanding Python bytecode by implementing tail call optimization
blog.fastforwardlabs.com12 pointsby mynameisfiber3 comments
_jump()
{
local cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=( $(compgen -W "$( ls $MARKPATH )" -- $cur) )
}
complete -F _jump jump