Skip to content

Instantly share code, notes, and snippets.

@zadr
zadr / tttt.swift
Last active February 9, 2020 01:16
terminal's tiny todo tool
// 1. copy file to $PATH somewhere
// 2. chmod a+x it
// 3. run with `tttt` or `tttt [task to track]`
// 4. check out ~/Desktop/todo.txt
#!/usr/bin/env swift
import Foundation
let dateFormatter = DateFormatter()