Bug fixes, config generator

This commit is contained in:
2023-12-10 10:10:46 -05:00
parent 5d2ca40d04
commit cdf92c8a54
12 changed files with 124 additions and 23 deletions

View File

@@ -3,6 +3,16 @@
## 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
## Purpose