Skip to content

Instantly share code, notes, and snippets.

@snit-ram
Created April 9, 2014 21:18
Show Gist options
  • Save snit-ram/10317664 to your computer and use it in GitHub Desktop.
Save snit-ram/10317664 to your computer and use it in GitHub Desktop.
function for searching for common TODO patterns using ag
function todo
ag $argv "TODO|FIXME|NOTE|CHANGED|@todo"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment