ref: ab6555dc627102ff3a7f017de310511e1f89bc7b
parent: 20719d1f36acb795d81397b2a3a5b555079d5d79
author: halfwit <michaelmisch1985@gmail.com>
date: Fri Nov 29 12:39:10 PST 2019
Make sure to note that generate isn't ready
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@
You'll notice the file name is elided, for brevity a partial string match is all that is required. `todo task toggle '#92930' MyType` would suffice in our example.
By index, it's similar: `todo task toggle '#92930' 1` would update the .todo file to read `[x] polygon.go: MyType should implement ReaderAt`.
-## Automatically generate .todo files
+## Automatically generate .todo files - Coming soon!
Now, no one wants to write all that out all the time. Shouldn't this be able to pull a generic `// TODO:` tag, or `# TODO:`, etc? Yeah, I thought so too.