ref: 7ff209324645dddf92a9f15045b21c62a0a4518a
parent: f28653cf7b83b581d53232eb4801a9f98d9ec0b1
author: Michael Misch <michaelmisch1985@gmail.com>
date: Wed Aug 28 23:48:58 PDT 2024
Fix up the last section
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@
- `pro/walk` implementation
- multi-project awareness for all utils. A task should be able to reference another project via a tag, such as `projectname/tag`
-## Multi-project thoughs
+## Multi-project Thoughts
A `pro/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 .pro directories.
+This would allow utilities to query the fs for valid tags and completion states outside of the current project.