summaryrefslogtreecommitdiff
path: root/src/commands/download.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
|
* 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
|
* add list toggles to update and download;fxqnlr2023-05-09
| | | | add mod remove output and fix errors
* add auto create dirs, database and default configfxqnlr2023-04-24
|
* cargo fmtfxqnlr2023-04-20
|
* added clap cli, modified (basically) all user interface functions;fxqnlr2023-04-17
| | | | changed some functions to easier string handling
* Added adding of specific mod-versionfxqnlr2023-02-19
|
* Added list version cmd, fixed some todosfxqnlr2023-01-22
|
* input mostly inplemented, mods missingfxqnlr2023-01-19
|
* added devdir; better config dirfxqnlr2022-12-28
|
* dl add clean & all-lists; start of iofxqnlr2022-12-18
|
* added download with delete; new file formatfxqnlr2022-12-09
|
* groundwork for downloads; cleanupFxQnLr2022-12-07
|
* basically update impl; added "good" download;fxqnlr2022-11-28
| | | | auto dl on new mod; db to 0.4; etc
* added direct downloadFxQnLr2022-11-25
|
* extracted filedownload to fn;fxqnlr2022-11-20
| | | | | fixed some tests; added direct-dl to update
* added clean to downloadFxQnLr2022-11-19
|
* finished rusqlite; added all db testsfxqnlr2022-11-07
|
* added setup & download; direct inputfxqnlr2022-11-05