aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/run.rs
Commit message (Expand)AuthorAgeFilesLines
* run: add enunciate completion for verbs and pronounsMiquel Sabaté Solà2026-01-271-19/+57
* run: allow selection based on tagsMiquel Sabaté Solà2026-01-201-11/+56
* run: ask for alternatives as wellMiquel Sabaté Solà2026-01-191-4/+92
* 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-151-18/+201
* 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
* Migrate from usize to isize for integers in modelsMiquel Sabaté Solà2026-01-141-1/+1
* Fix style issues coming from recent mergeMiquel Sabaté Solà2026-01-131-2/+2
* Add basic validation for verbs and pronounsMiquel Sabaté Solà2026-01-131-1/+1
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-271-34/+3
* 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-291-11/+191
* Apply suggestions from clippyMiquel Sabaté Solà2025-07-251-6/+6
* 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-031-0/+3