aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Touch the 'updated_at' column on exercise successMiquel Sabaté Solà2026-01-142-3/+26
* run: do not account errors in the exit codeMiquel Sabaté Solà2026-01-141-20/+23
* run: introduce --endless modeMiquel Sabaté Solà2026-01-141-24/+33
* Print the exercise enunciate after giving an answerMiquel Sabaté Solà2026-01-141-0/+4
* Implement the 'ls' command for exercisesMiquel Sabaté Solà2026-01-142-0/+18
* Drop the languages and language_cases tablesMiquel Sabaté Solà2026-01-142-2/+0
* Add the ability to sort cases via configurationMiquel Sabaté Solà2026-01-142-82/+156
* Update README.md with contributing instructionsMiquel Sabaté Solà2026-01-141-1/+16
* Migrate from usize to isize for integers in modelsMiquel Sabaté Solà2026-01-145-87/+196
* Ignore the todo/ directoryMiquel Sabaté Solà2026-01-141-0/+1
* Fix style issues coming from recent mergeMiquel Sabaté Solà2026-01-135-68/+55
* testdata: update test databaseMiquel Sabaté Solà2026-01-131-0/+0
* Merge branch 'inflection'Miquel Sabaté Solà2026-01-1310-79/+961
|\
| * Various fixes on adjective inflectionMiquel Sabaté Solà2026-01-132-11/+64
| * Add basic validation for verbs and pronounsMiquel Sabaté Solà2026-01-134-14/+40
| * Trim word parts on database insertMiquel Sabaté Solà2025-10-272-4/+6
| * Ensure a non-NULL value for words.succeededMiquel Sabaté Solà2025-10-272-5/+6
| * Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-2710-60/+860
* | Update dependenciesMiquel Sabaté Solà2025-10-271-226/+103
* | github: remove dependabotMiquel Sabaté Solà2025-10-271-6/+0
|/
* Add the -f/--flag flag to the 'practice' commandMiquel Sabaté Solà2025-07-302-21/+110
* Add exercises to the practice commandMiquel Sabaté Solà2025-07-295-13/+259
* Add the exercises commandMiquel Sabaté Solà2025-07-295-2/+440
* Add weight to wordsMiquel Sabaté Solà2025-07-293-14/+57
* Rename from run to practiceMiquel Sabaté Solà2025-07-291-37/+35
* Implement the edit subcommand for wordsMiquel Sabaté Solà2025-07-292-139/+358
* words: Move away the selection of a wordMiquel Sabaté Solà2025-07-251-16/+37
* Update dependenciesMiquel Sabaté Solà2025-07-251-39/+135
* github: Add workflows for CI executionMiquel Sabaté Solà2025-07-254-0/+62
* Apply suggestions from clippyMiquel Sabaté Solà2025-07-256-112/+116
* Implement creation of wordsMiquel Sabaté Solà2025-07-254-22/+467
* Add steps into wordsMiquel Sabaté Solà2025-06-132-6/+19
* Implement the run commandMiquel Sabaté Solà2025-06-125-19/+430
* Add license filesMiquel Sabaté Solà2025-06-033-0/+858
* Initial commitMiquel Sabaté Solà2025-06-0312-0/+1051