Skip to content

Instantly share code, notes, and snippets.

@emilong
Created March 21, 2019 16:50
Show Gist options
  • Save emilong/857d4ce2a2c4c72c83d0e7d808b52feb to your computer and use it in GitHub Desktop.
Save emilong/857d4ce2a2c4c72c83d0e7d808b52feb to your computer and use it in GitHub Desktop.
for file in $(ag -l -Grb,js '(XXX|TODO)' $(git ls-files) 2>/dev/null); do
git blame -fn "$file" | egrep "(XXX|TODO)" | grep "$(git config user.name)"
don
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment