1 2 3 4 5 6 7
#compdef tkc function _tkc() { compadd -S '' $(sed -E '/^$/q' ~/log/plan.context.md | cut -d' ' -f1) } _tkc