This commit is contained in:
endigma 2021-01-29 16:30:22 -04:00
parent 164b969e38
commit 5a2ecc636e

View File

@ -17,16 +17,9 @@ risk of rain 2 mod updater/manager/installer/uninstaller/lister/searcher/info-ge
- ~~'version' command~~
- ~~'search' command~~
## normal todo
- move the print statements out of api.go, give my functions returns
## longer-term todo
- self updater
- tui?
- multi threaded updating
- cache the api in non-json format for easier searching
- different function for multi-addon updating/installing so it doesn't unmarshal the json for every mod
- fuzzy mod searching
- better info command
- fully separate api and frontend
- segment the program into r2mod-api and r2mod-cli