summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-26Only trigger write when neededmo8it
2024-08-26Fix list on terminals that don't disable line wrappingmo8it
2024-08-26Use the correct environment variablemo8it
2024-08-26Disable terminal links in VS-Codemo8it
2024-08-26Darker highlighting in the listmo8it
2024-08-26File link in the list? No problem :Dmo8it
2024-08-26Only reset color and underline after linkmo8it
2024-08-26LOL, swapped colorsmo8it
2024-08-26Newline after resetting attributesmo8it
2024-08-26Take stdout as argument in watch modemo8it
2024-08-25Lower the maximum scroll paddingmo8it
2024-08-25Add disallowed types and methods in Clippymo8it
2024-08-25Use queue instead of Stylizemo8it
2024-08-25Update depsmo8it
2024-08-25Merge branch 'rm-ratatui'mo8it
2024-08-25Final touches :Dmo8it
2024-08-25Almost done with listmo8it
2024-08-24Separate drawing rowsmo8it
2024-08-24Use the full length for the wide footermo8it
2024-08-24Highlight selected rowmo8it
2024-08-24Almost done with list displaymo8it
2024-08-24Don't exit the list on "to current" if nothing is selectedmo8it
2024-08-24Start list without Ratatuimo8it
2024-08-22Import Orderingmo8it
2024-08-22Add missing Clippy allows to solutionsmo8it
2024-08-22Use match instead of comparison chainmo8it
2024-08-22Always use strict Clippy when checking solutionsmo8it
2024-08-20Push newline after running an exercise instead on each renderingmo8it
2024-08-20Highlight the solution filemo8it
2024-08-20Leak info_file and cmd_runner in `dev check`mo8it
2024-08-20Use anyhow!mo8it
2024-08-20Improve readabilitymo8it
2024-08-20Improve error message if no exercise existsmo8it
2024-08-20Check if exercise doesn't contain testsmo8it
2024-08-20Check for `#[test]` with newline at the endmo8it
2024-08-20threads3: Improve the testmo8it
2024-08-20Remove `--show-output` for tests and use `--format pretty`mo8it
2024-08-19Show progress of `dev check`mo8it
2024-08-19"Continue at" quits the listmo8it
2024-08-19Update depsmo8it
2024-08-17Update depsmo8it
2024-08-17Break help footer on narrow terminalsmo8it
2024-08-17Restore the terminal after an error in the listmo8it
2024-08-17Disable mouse in the listmo8it
2024-08-17q only quits the listmo8it
2024-08-17Make it clear that reset only resets one exercisemo8it
2024-08-17Remove dot for copy-pastamo8it
2024-08-17Only take a u8 to avoid huge outputmo8it
2024-08-17Add "the"mo8it
2024-08-17Remove unneeded commamo8it