Skip to content

Instantly share code, notes, and snippets.

View nsabine's full-sized avatar

Nick Sabine nsabine

View GitHub Profile
@nsabine
nsabine / todos.py
Last active December 18, 2015 10:09 — forked from MosheBerman/Toodles.py
import os
import keyword
import sys
# key phrase to look for
needle = 'todo'
# file extensions to be searched for todo statements
extensions_to_include = ('.py', '.c', '.m', '.h', '.txt')