hlfw.ca

todo2

Download patch

ref: e2af9bccb5485931348b03613a43066b09092f98
parent: 7e1c6ab9e69c55212d9ccdfae597f1a5d3020018
author: halfwit <michaelmisch1985@gmail.com>
date: Tue Oct 8 16:29:01 PDT 2019

rename main script to match README

--- /dev/null
+++ b/todo
@@ -1,0 +1,13 @@
+#!/bin/sh
+
+# Makefiles will output a list of leaves with incomplete tasks
+make --keep-going $1 | show_todo
+make clean $1
+
+case $1 in
+	list) ;;
+	listall) ;;
+	dot) ;;
+	generate) ;;
+	add) ;;
+esac
--- a/todocli
+++ /dev/null
@@ -1,6 +1,0 @@
-#!/bin/sh
-
-# Makefiles will output a list of leaves with incomplete tasks
-make --keep-going $1 | show_todo
-make clean $1
-