hlfw.ca

task

Download patch

ref: 6e7bc9b9dc67f5556f2c0c2ed2742e5b1c1ef710
parent: f67bb05ee10be20fba693f649a700861edb9da09
author: Michael Misch <michaelmisch1985@gmail.com>
date: Sun Sep 1 01:36:51 PDT 2024

Update taskfiles

--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@
 	[ ] some item
 	[ ] some other item
 	[x] some finished item
-	 -  /myproject/2
+	 
+	 - /path/to/myproject/2
 
 ## Commands
 
--- a/example/.pro/task/0
+++ b/example/.pro/task/0
@@ -1,6 +1,7 @@
-# tag: 0 child: otherproject/2
-#
+# Synopsis here for first task
 
 [ ] Item 1
 [ ] Item 2
 [x] Item 3
+
+ - /path/to/example/1
--- a/example/.pro/task/1
+++ b/example/.pro/task/1
@@ -1,5 +1,4 @@
-# tag: 1 parent: example/0
-#
+# Second task
 
 [ ] Item 1
 [ ] Item 2