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