summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-16Fix running dev commandsmo8it
2024-04-16Done `dev init`mo8it
2024-04-16Add the format versionmo8it
2024-04-15Scetch the dev subcommandmo8it
2024-04-15Revert "Implement third-party exercises trust handling"mo8it
This reverts commit 15ca847c37c170590abe6caa53dba5606d956341. See https://rust-lang.zulipchat.com/#narrow/stream/334454-rustlings/topic/Proposal.3A.20Third-party.20exercises/near/433183449
2024-04-15Implement third-party exercises trust handlingmo8it
2024-04-14Print the trimmed final messagemo8it
2024-04-14 Update POST_INIT_MSGmo8it
2024-04-14Add the manual-run optionmo8it
2024-04-14Clear the terminal after showing the welcome messagemo8it
2024-04-14Trim the final messagemo8it
2024-04-14Show the welcome messagemo8it
2024-04-14Use push instead of extend_from_slice on charsmo8it
2024-04-14Simplify the state filemo8it
2024-04-14Add terminal linksmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-13Remove unused ContextLinemo8it
2024-04-12Show the final messagemo8it
2024-04-12Add missing newlinemo8it
2024-04-12Print FAILEDmo8it
2024-04-12Set pending on fail in run modemo8it
2024-04-12It doesn't take minutes :Pmo8it
2024-04-12Remove the modifier filter in the list modemo8it
2024-04-12Fix Display for Exercisemo8it
2024-04-12Remove unused importmo8it
2024-04-12Add newline at the end of the generated .gitignoremo8it
2024-04-12Handle the case when all exercises are donemo8it
2024-04-12Implement going to the next exercisemo8it
2024-04-12Show done messagemo8it
2024-04-12Deal with long stringsmo8it
2024-04-11Remove the watch subcommandmo8it
2024-04-11Don't listen on keys with modifiersmo8it
2024-04-11Take care of filters when resolving the selected exercisemo8it
2024-04-11Panic if there are no exercisesmo8it
2024-04-11Fix selected when there are no rowsmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-04-10Separate event handlersmo8it
2024-04-10Keep hint displayed after resizing the terminalmo8it
2024-04-10Add deny_unknown_fieldsmo8it
2024-04-10Remove todomo8it
2024-04-10Use light blue for the messagemo8it
2024-04-10Show the current exercise pathmo8it
2024-04-10Fix typomo8it
2024-04-10Show the invalid command to avoid confusion after resizing the terminalmo8it
2024-04-10Fix shift of first output linemo8it
2024-04-10Capture terminal resize eventsmo8it
2024-04-10Accept repeat keyboard eventsmo8it
2024-04-10Make the list mode part of the watch modemo8it
2024-04-10Show the progress in the progress bar, not the current exercise indexmo8it
2024-04-10Colorize the progress barmo8it