I\'m using this script to get all the todos in my codebase sorted by date:
git grep -il todo: \\\\*.{ts,tsx,js,jsx,css,scss,html} | xargs -n1 git blame -c -e