summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-04-11Remove the watch subcommandmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-04-10Make the list mode part of the watch modemo8it
2024-04-09Use shrink to fit before leaking the vectormo8it
2024-04-09Use exercises as leakedmo8it
2024-04-09Improve event handling in the watch modemo8it
2024-04-09Add progress bar to listmo8it
2024-04-08Show message on resetmo8it
2024-04-08Merge importsmo8it
2024-04-07Some renamingsmo8it
2024-04-07Implement resettingmo8it
2024-04-07State -> StateFilemo8it
2024-04-07Implement "continue at"mo8it
2024-04-07Started with listmo8it
2024-04-07Can't use Ratatui for the watch mode :(mo8it
2024-04-05Start with the statemo8it
2024-04-05Start with the TUImo8it
2024-04-05Remove ui.rsmo8it
2024-04-04Clean up as a preparation for the TUImo8it
2024-04-01Add VerifyStatemo8it
2024-04-01Improvements to `verify`mo8it
2024-04-01Remove unneeded .iter()mo8it
2024-03-31Inline resetmo8it
2024-03-31Some improvements to error handlingmo8it
2024-03-31Use Cargo instead of rustcmo8it
2024-03-30Show a success message after resettingmo8it
2024-03-30Fix testsmo8it
2024-03-29Improve printed informationmo8it
2024-03-29Replace rust-project.json with Cargo.tomlmo8it
2024-03-28POC donemo8it
2024-03-28Remove unneeded ./ from relative pathsmo8it
2024-03-28Add embedded.rsmo8it
2024-03-28Make everything staticmo8it
2024-03-28Done macromo8it
2024-03-27Merge branch 'main' into projectmo8it
2024-03-27Merge branch 'main' into performancemo8it
2024-03-27Merge branch 'main' into watchmo8it
2024-03-27Merge branch 'main' into tomlmo8it
2024-03-27Merge branch 'main' into whichmo8it
2024-03-26The string doesn't have to be a raw stringmo8it
2024-03-26Remove unneeded closuremo8it
2024-03-26Use == instead of eqmo8it
2024-03-26Add missing semicolonmo8it
2024-03-26Formattingmo8it
2024-03-25Add write_project_jsonmo8it
2024-03-25Remove unneeded check if crates is emptymo8it
2024-03-25Use the parsed exercises instead of globmo8it
2024-03-25Merge get_sysroot_src into the constructormo8it
2024-03-25Add anyhowmo8it
2024-03-25Use the NotFound variant of the IO errormo8it