2021-02-08 14:56:09 -04:00
|
|
|
# risk
|
2021-01-24 18:12:33 -04:00
|
|
|
risk of rain 2 mod updater/manager/installer/uninstaller/lister/searcher/info-getter
|
|
|
|
|
2021-01-29 16:45:37 -04:00
|
|
|
# how to use
|
|
|
|
- clone
|
|
|
|
- go install
|
|
|
|
- use
|
|
|
|
- or get from releases
|
|
|
|
|
2021-02-08 22:16:35 -04:00
|
|
|
# Q: does this work as a go module?
|
|
|
|
A: no
|
|
|
|
|
2021-01-24 18:12:33 -04:00
|
|
|
## currently implemented
|
|
|
|
- downloading
|
|
|
|
- info getting
|
|
|
|
- uninstalling
|
|
|
|
- toggling mods
|
|
|
|
- listing mods
|
|
|
|
- updating api cache and mods
|
2021-01-29 17:07:34 -04:00
|
|
|
- fuzzy searching
|
|
|
|
- version info
|
|
|
|
- dependency-getting
|
2021-01-24 18:12:33 -04:00
|
|
|
|
|
|
|
## todo for feature parity with other tools
|
2021-01-29 16:44:12 -04:00
|
|
|
- r2modman modpack support
|
2021-01-24 18:12:33 -04:00
|
|
|
- 'edit' command
|
2021-01-29 16:32:35 -04:00
|
|
|
- 'hold' command ?? is this truly necessary
|
2021-01-24 18:12:33 -04:00
|
|
|
- 'run' command
|
|
|
|
- 'setup' functionality
|
2021-01-29 16:28:28 -04:00
|
|
|
- ~~'version' command~~
|
|
|
|
- ~~'search' command~~
|
2021-01-24 18:12:33 -04:00
|
|
|
|
|
|
|
## longer-term todo
|
|
|
|
- self updater
|
|
|
|
- tui?
|
|
|
|
- better info command
|
|
|
|
- fully separate api and frontend
|
|
|
|
- segment the program into r2mod-api and r2mod-cli
|
|
|
|
- make some fun gui or smth in gtk/qt/whatever
|
|
|
|
|
|
|
|
## fuck
|
|
|
|
- windows support
|
|
|
|
- macos support? (does risk of rain even run?)
|