Skip to content

Instantly share code, notes, and snippets.

@dira
Created July 3, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dira/b2f6c0425d8d1dd7135c0f75f66ef978 to your computer and use it in GitHub Desktop.
Save dira/b2f6c0425d8d1dd7135c0f75f66ef978 to your computer and use it in GitHub Desktop.
Count how many #TODO you have in a (Rails) app
ack TODO app | grep TODO | wc -l; ack TODO lib | grep TODO | wc -l; ack TODO spec | grep TODO | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment