aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* words: delete all relationships on 'rm'Miquel Sabaté Solà2026-01-241-1/+10
* words: make alternative relationships two-waysMiquel Sabaté Solà2026-01-241-1/+11
* words: add the 'dup' subcommandMiquel Sabaté Solà2026-01-221-2/+116
* words: show relevant flags as wellMiquel Sabaté Solà2026-01-221-6/+57
* words: add the -īs form for the accusative pluralMiquel Sabaté Solà2026-01-221-1/+5
* words: improve the wording on editing flagsMiquel Sabaté Solà2026-01-221-0/+3
* Allow to pair tags with words on words create/editMiquel Sabaté Solà2026-01-211-4/+86
* words: add the --tag flag to the ls commandMiquel Sabaté Solà2026-01-212-16/+43
* run: allow selection based on tagsMiquel Sabaté Solà2026-01-201-11/+56
* Add the 'tags' commandMiquel Sabaté Solà2026-01-202-0/+183
* words: add the poke subcommandMiquel Sabaté Solà2026-01-191-0/+27
* run: ask for alternatives as wellMiquel Sabaté Solà2026-01-193-10/+99
* Display related words on the 'words show' commandMiquel Sabaté Solà2026-01-191-1/+86
* Add adjectives on the inflection practiceMiquel Sabaté Solà2026-01-151-84/+107
* Add a 'categories' parameter to 'select_words_except'Miquel Sabaté Solà2026-01-151-1/+5
* Ask for the inflection of nouns when practicingMiquel Sabaté Solà2026-01-152-67/+203
* Simplify practice loop by removing exit codeMiquel Sabaté Solà2026-01-151-28/+16
* Touch the 'updated_at' column on exercise successMiquel Sabaté Solà2026-01-141-3/+7
* 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
* Add the ability to sort cases via configurationMiquel Sabaté Solà2026-01-141-58/+75
* Migrate from usize to isize for integers in modelsMiquel Sabaté Solà2026-01-142-5/+5
* Fix style issues coming from recent mergeMiquel Sabaté Solà2026-01-134-45/+44
* Various fixes on adjective inflectionMiquel Sabaté Solà2026-01-131-6/+58
* Add basic validation for verbs and pronounsMiquel Sabaté Solà2026-01-133-12/+26
* Trim word parts on database insertMiquel Sabaté Solà2025-10-271-1/+3
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-275-53/+492
* Add the -f/--flag flag to the 'practice' commandMiquel Sabaté Solà2025-07-301-15/+45
* Add exercises to the practice commandMiquel Sabaté Solà2025-07-293-12/+193
* Add the exercises commandMiquel Sabaté Solà2025-07-293-2/+261
* Add weight to wordsMiquel Sabaté Solà2025-07-291-0/+16
* Rename from run to practiceMiquel Sabaté Solà2025-07-291-37/+35
* Implement the edit subcommand for wordsMiquel Sabaté Solà2025-07-291-98/+185
* words: Move away the selection of a wordMiquel Sabaté Solà2025-07-251-16/+37
* Apply suggestions from clippyMiquel Sabaté Solà2025-07-255-85/+99
* Implement creation of wordsMiquel Sabaté Solà2025-07-252-21/+335
* Add steps into wordsMiquel Sabaté Solà2025-06-131-2/+10
* Implement the run commandMiquel Sabaté Solà2025-06-121-1/+141
* Initial commitMiquel Sabaté Solà2025-06-036-0/+329