Update README with todo list

This commit is contained in:
Ryan McGuire 2023-12-10 11:17:04 -05:00
parent c8bdd6b786
commit 3e56bf8e65

View File

@ -2,20 +2,20 @@
## TODO ## TODO
- Fix NPE when cache is reset or project for whatever reason leaves an orphaned alias - [ ] Fix NPE when cache is reset or project for whatever reason leaves an orphaned alias
- Add config setters and getters - [ ] Add config setters and getters
- Add TTL check to cache load, and add -f / --force flag to re-build regardless - [ ] 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 - [ ] For each project loaded, check if it is the same, and do nothing
- prevents clobbering cache on a partial update - [ ] prevents clobbering cache on a partial update
- track loaded projects in []*Project to diff after load - [ ] track loaded projects in []*Project to diff after load
- should prune missing after the load is complete - [ ] should prune missing after the load is complete
- Add open command - [ ] Add open command
- config should exist for editor (vim, code, etc..) - [ ] config should exist for editor (vim, code, etc..)
- Update README for shell completion, aliases, usage - [ ] Update README for shell completion, aliases, usage
- Make a Makefile - [ ] Make a Makefile
- Add git repo status to project go (up-to-date, pending commits, etc..) - [ ] Add git repo status to project go (up-to-date, pending commits, etc..)
- Merge aliases together for same project when selecting - [x] Merge aliases together for same project when selecting
- If after merging there is only one project, go there by default - [ ] If after merging there is only one project, go there by default
## Purpose ## Purpose