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