From 3e56bf8e65228ee8752615717d1cdc7f3b67d594 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Sun, 10 Dec 2023 11:17:04 -0500 Subject: [PATCH] Update README with todo list --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9a0c573..3b47dff 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@ ## TODO -- Fix NPE when cache is reset or project for whatever reason leaves an orphaned alias -- Add config setters and getters -- Add TTL check to cache load, and add -f / --force flag to re-build regardless -- For each project loaded, check if it is the same, and do nothing - - prevents clobbering cache on a partial update - - track loaded projects in []*Project to diff after load - - should prune missing after the load is complete -- Add open command - - config should exist for editor (vim, code, etc..) -- Update README for shell completion, aliases, usage -- Make a Makefile -- Add git repo status to project go (up-to-date, pending commits, etc..) -- Merge aliases together for same project when selecting -- If after merging there is only one project, go there by default +- [ ] Fix NPE when cache is reset or project for whatever reason leaves an orphaned alias +- [ ] Add config setters and getters +- [ ] Add TTL check to cache load, and add -f / --force flag to re-build regardless +- [ ] For each project loaded, check if it is the same, and do nothing + - [ ] prevents clobbering cache on a partial update + - [ ] track loaded projects in []*Project to diff after load + - [ ] should prune missing after the load is complete +- [ ] Add open command + - [ ] config should exist for editor (vim, code, etc..) +- [ ] Update README for shell completion, aliases, usage +- [ ] Make a Makefile +- [ ] Add git repo status to project go (up-to-date, pending commits, etc..) +- [x] Merge aliases together for same project when selecting + - [ ] If after merging there is only one project, go there by default ## Purpose