summaryrefslogtreecommitdiff
path: root/src/commands/modification.rs
Commit message (Collapse)AuthorAge
* better error handlingrefactorfxqnlr2024-09-04
|
* move stuff around, remove lib.rs for overviewfxqnlr2024-09-04
|
* remove allow too_many_lines and fix themfxqnlr2024-09-04
|
* remove `# Panics` and fix clippyfxqnlr2024-09-04
|
* do nearly anything to shut clippy upfxqnlr2024-09-04
|
* clippy --fixfxqnlr2024-09-04
|
* cargo fmt and add fmt filefxqnlr2023-05-29
|
* removed all println!fxqnlr2023-05-26
|
* added full progress? cargo fmtfxqnlr2023-05-26
|
* added mod add progressfxqnlr2023-05-25
|
* more progress instead of print, more referencesfxqnlr2023-05-25
|
* changed a whole lot og references, fuck rustfxqnlr2023-05-25
|
* added more progressfxqnlr2023-05-25
|
* added multithreaded downloads and progressbarfxqnlr2023-05-21
|
* removed todos, fixed get version setfxqnlr2023-05-13
|
* impl of set_version importFxQnLr2023-05-13
|
* add list toggles to update and download;fxqnlr2023-05-09
| | | | add mod remove output and fix errors
* added fallback if no primaries, removed printsfxqnlr2023-04-29
|
* cargo fmtfxqnlr2023-04-20
|
* added clap cli, modified (basically) all user interface functions;fxqnlr2023-04-17
| | | | changed some functions to easier string handling
* Fixed import output && cleanupfxqnlr2023-02-19
|
* Added adding of specific mod-versionfxqnlr2023-02-19
|
* Fixed update shit not correctly updatingfxqnlr2023-02-05
|
* fixed not downloading on mod addfxqnlr2023-01-29
|
* Todos; fixed input with "-"fxqnlr2023-01-26
|
* Added list version cmd, fixed some todosfxqnlr2023-01-22
|
* finished io functionality, some mod add changesFxQnLr2022-12-21
|
* basic io implementation finishedFxQnLr2022-12-19
|
* groundwork for downloads; cleanupFxQnLr2022-12-07
|
* fully added mod remove; fixed update from NONEfxqnlr2022-12-04
|
* fixed mod without matching specific versionFxQnLr2022-11-29
|
* basically update impl; added "good" download;fxqnlr2022-11-28
| | | | auto dl on new mod; db to 0.4; etc
* added --clean for update && list downloadfolderfxqnlr2022-11-17
|
* finished rusqlite; added all db testsfxqnlr2022-11-07
|
* halfswitch to rusqlite; db testsfxqnlr2022-11-06
|
* added setup & download; direct inputfxqnlr2022-11-05
|
* "finished" update, added some testsfxqnlr2022-11-04
|
* added update beginnings; init of testsfxqnlr2022-11-03