Commit Diff


commit - ea6b25f9667cc773c757f2dd56100b9f292644a5
commit + 7f623295a5073124f9fed7e368001289567d531b
blob - 6250d6babffdcc675f6342fdb9556cfb1c2ca616 (mode 644)
blob + /dev/null
--- .env
+++ /dev/null
@@ -1 +0,0 @@
-TODO_FILE="$PWD/README.md"
blob - baea1c9b04ba3b84d3cf4386affe733feeabbcf8
blob + c0e4fd7450b41203c7d03f83be5b77edd036ba03
--- README.md
+++ README.md
@@ -1,5 +1,3 @@
-# t_done
-
 The simplest CLI todo list manager ever.
 
 - Reads and prints todos to the command line from any [GFM][] /
@@ -11,8 +9,6 @@ The simplest CLI todo list manager ever.
 - Mark todos done.
 - 100% Bash.
 
-This README file is a todo list.
-
 [gfm]: https://help.github.com/articles/writing-on-github/
 [org mode]: http://orgmode.org
 
@@ -39,22 +35,3 @@ command                 | result
 `t -e`                  | edit `$TODO_FILE` in `$EDITOR`
 `t -t +1w buy racecar`  | add todo "buy racecar" due a week from today
 `t -T sell horse`       | add todo "sell horse" due today
-
-## Todo
-
-- [X] store $query for every flag
-- [X] add -D flag for only show done
-- [X] order due dates first
-- [X] add regex group 3 (text after date)
-- [X] add case sensitivity
-- [X] add date options
-- [X] add ** for due/overdue todos
-- [X] allow marking done by regex
-- [X] print long output with $PAGER
-- [ ] print to $PAGER without mktemp
-- [ ] add --long-flags
-- [ ] allow $TODO_FILE or $HOME/.t_donerc
-- [X] conform to quoting conventions
-- [ ] implement backburner function
-- [ ] implement delete (kill) function
-- [ ] implement multi parameter regexp query
blob - /dev/null
blob + 52793db9b0107640b70ad8b3edb160d1565f2f8d (mode 644)
--- /dev/null
+++ TODO.md
@@ -0,0 +1,23 @@
+- [X] store $query for every flag
+- [X] add -D flag for only show done
+- [X] order due dates first
+- [X] add regex group 3 (text after date)
+- [X] add case sensitivity
+- [X] add date options
+- [X] add ** for due/overdue todos
+- [X] allow marking done by regex
+- [X] print long output with $PAGER
+- [ ] print to $PAGER without mktemp
+- [ ] allow $TODO_FILE or $HOME/.t_donerc
+- [X] conform to quoting conventions
+- [ ] implement backburner function
+- [X] implement delete (kill) function
+- [ ] add colours
+- [ ] create Makefile
+- [X] add undo/toggle flag (-z)
+- [X] look for ./TODO(\..+)? file before $TODO_FILE
+- [X] add export/unnumbered flag (-n)
+- [ ] add open url flag (-u)
+bananas
+apples
+oranges