hlfw.ca

task

Download patch

ref: 983391d606600c89c7ee0b8d4c231eefb121cdbc
parent: e717e6651c36c677b1a3305aee8cbf5a57d5f5f4
author: Michael Misch <michaelmisch1985@gmail.com>
date: Mon Sep 2 20:25:03 PDT 2024

Update readme as well

--- a/README.md
+++ b/README.md
@@ -34,13 +34,6 @@
 
 ## TODO
 
-- make commands work from any child directory
-- `task/walk` implementation
-- multi-project awareness for all utils. A task should be able to reference another project via a tag, such as `projectname/tag`
 - Showcase plumbing integration
 - potential git integration (completed new task, git/commit could parse the .task/ directory, add the synopsis of the completed ones and/or a formatted task lists, and then finally task/rm the task after committing)
 
-## Multi-project Thoughts
-
-A `task/fs` could be spun up, given a set of paths that your projects live somewhere within, by default the user $home, and could walk the paths looking for .task directories.
-- This would allow utilities to query the fs for valid tags and completion states outside of the current project.