#!/usr/bin/python import stash import os import forgetHTML # look at clearsilver and cheetah too, and htmlgen # and render this with source-highlight if __name__ == "__main__": clipstash = stash.Stash(os.path.expanduser("~/stufflog")) for c in clipstash.clips_by_tag("trackforward"): print c.path()