Skip to content

Instantly share code, notes, and snippets.

View cferwin's full-sized avatar

Christopher Erwin cferwin

View GitHub Profile
@cferwin
cferwin / Notebook Updater
Created March 1, 2013 19:09
A small script for maintaining my Zim-Wiki-based todo list.
# Notebook Updater
# (c) 2013 Christopher Erwin
#
# This small application provides a CLI interface to a some generic functions
# to manipulate Zim wiki (http://www.zim-wiki.org) data files.
import os
import re
import argparse
from datetime import date