1 2 3 4 5 6 7 8 9 10 11
#compdef ww function _ww() { compadd -S '' $( cd ~/log && \ find -name '*.md' | \ sed -E 's#./##; s/.md$//' ) } _ww