View Notebook Updater
# 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 |