aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* words: allow the creation of indeclinable nounsMiquel Sabaté Solà2026-01-291-0/+2
* run: show the exercise's lessons at the endMiquel Sabaté Solà2026-01-291-1/+1
* exercises: simplify the kindMiquel Sabaté Solà2026-01-291-17/+5
* Split lib.rs into multiple filesMiquel Sabaté Solà2026-01-296-1872/+1897
* words: allow the creation of irregular wordsMiquel Sabaté Solà2026-01-291-0/+33
* init: remove database migrationMiquel Sabaté Solà2026-01-292-123/+5
* Ensure that the locative is singular-only unless defectiveMiquel Sabaté Solà2026-01-281-3/+11
* Move declension/conjugation IDs into enumsMiquel Sabaté Solà2026-01-281-107/+128
* words: add the 'rel' subcommandMiquel Sabaté Solà2026-01-271-0/+13
* words: delete all relationships on 'rm'Miquel Sabaté Solà2026-01-241-4/+32
* words: add the 'dup' subcommandMiquel Sabaté Solà2026-01-221-0/+15
* Allow to pair tags with words on words create/editMiquel Sabaté Solà2026-01-211-3/+95
* words: add the --tag flag to the ls commandMiquel Sabaté Solà2026-01-211-6/+47
* run: allow selection based on tagsMiquel Sabaté Solà2026-01-201-11/+56
* Add the 'tags' commandMiquel Sabaté Solà2026-01-202-6/+83
* words: add the poke subcommandMiquel Sabaté Solà2026-01-191-0/+18
* run: ask for alternatives as wellMiquel Sabaté Solà2026-01-191-7/+7
* Display related words on the 'words show' commandMiquel Sabaté Solà2026-01-191-0/+169
* Add a 'categories' parameter to 'select_words_except'Miquel Sabaté Solà2026-01-151-6/+17
* Ask for the inflection of nouns when practicingMiquel Sabaté Solà2026-01-151-0/+108
* Touch the 'updated_at' column on exercise successMiquel Sabaté Solà2026-01-141-0/+19
* Drop the languages and language_cases tablesMiquel Sabaté Solà2026-01-141-2/+0
* Add the ability to sort cases via configurationMiquel Sabaté Solà2026-01-141-24/+81
* Migrate from usize to isize for integers in modelsMiquel Sabaté Solà2026-01-142-42/+49
* Fix style issues coming from recent mergeMiquel Sabaté Solà2026-01-131-23/+11
* Various fixes on adjective inflectionMiquel Sabaté Solà2026-01-131-5/+6
* Add basic validation for verbs and pronounsMiquel Sabaté Solà2026-01-131-2/+14
* Trim word parts on database insertMiquel Sabaté Solà2025-10-271-3/+3
* 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-272-6/+360
* Add the -f/--flag flag to the 'practice' commandMiquel Sabaté Solà2025-07-301-6/+65
* Add exercises to the practice commandMiquel Sabaté Solà2025-07-291-1/+65
* Add the exercises commandMiquel Sabaté Solà2025-07-292-0/+179
* Add weight to wordsMiquel Sabaté Solà2025-07-292-14/+41
* Implement the edit subcommand for wordsMiquel Sabaté Solà2025-07-291-41/+173
* Apply suggestions from clippyMiquel Sabaté Solà2025-07-251-27/+17
* Implement creation of wordsMiquel Sabaté Solà2025-07-251-0/+59
* Add steps into wordsMiquel Sabaté Solà2025-06-131-4/+9
* Implement the run commandMiquel Sabaté Solà2025-06-122-18/+200
* Initial commitMiquel Sabaté Solà2025-06-033-0/+199