| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | words: add the 'dup' subcommand | Miquel Sabaté Solà | 2026-01-22 | 3 | -2/+131 |
| * | words: show relevant flags as well | Miquel Sabaté Solà | 2026-01-22 | 1 | -6/+57 |
| * | words: add the -īs form for the accusative plural | Miquel Sabaté Solà | 2026-01-22 | 2 | -1/+5 |
| * | words: improve the wording on editing flags | Miquel Sabaté Solà | 2026-01-22 | 1 | -0/+3 |
| * | Allow to pair tags with words on words create/edit | Miquel Sabaté Solà | 2026-01-21 | 3 | -7/+181 |
| * | words: add the --tag flag to the ls command | Miquel Sabaté Solà | 2026-01-21 | 3 | -22/+90 |
| * | run: allow selection based on tags | Miquel Sabaté Solà | 2026-01-20 | 3 | -22/+112 |
| * | Add the 'tags' command | Miquel Sabaté Solà | 2026-01-20 | 4 | -6/+266 |
| * | words: add the poke subcommand | Miquel Sabaté Solà | 2026-01-19 | 2 | -0/+45 |
| * | run: ask for alternatives as well | Miquel Sabaté Solà | 2026-01-19 | 5 | -17/+165 |
| * | Display related words on the 'words show' command | Miquel Sabaté Solà | 2026-01-19 | 2 | -1/+255 |
| * | Add adjectives on the inflection practice | Miquel Sabaté Solà | 2026-01-15 | 1 | -84/+107 |
| * | Add a 'categories' parameter to 'select_words_except' | Miquel Sabaté Solà | 2026-01-15 | 2 | -7/+22 |
| * | Ask for the inflection of nouns when practicing | Miquel Sabaté Solà | 2026-01-15 | 3 | -67/+311 |
| * | Simplify practice loop by removing exit code | Miquel Sabaté Solà | 2026-01-15 | 1 | -28/+16 |
| * | Touch the 'updated_at' column on exercise success | Miquel Sabaté Solà | 2026-01-14 | 2 | -3/+26 |
| * | run: do not account errors in the exit code | Miquel Sabaté Solà | 2026-01-14 | 1 | -20/+23 |
| * | run: introduce --endless mode | Miquel Sabaté Solà | 2026-01-14 | 1 | -24/+33 |
| * | Print the exercise enunciate after giving an answer | Miquel Sabaté Solà | 2026-01-14 | 1 | -0/+4 |
| * | Implement the 'ls' command for exercises | Miquel Sabaté Solà | 2026-01-14 | 2 | -0/+18 |
| * | Drop the languages and language_cases tables | Miquel Sabaté Solà | 2026-01-14 | 2 | -2/+0 |
| * | Add the ability to sort cases via configuration | Miquel Sabaté Solà | 2026-01-14 | 2 | -82/+156 |
| * | Update README.md with contributing instructions | Miquel Sabaté Solà | 2026-01-14 | 1 | -1/+16 |
| * | Migrate from usize to isize for integers in models | Miquel Sabaté Solà | 2026-01-14 | 5 | -87/+196 |
| * | Ignore the todo/ directory | Miquel Sabaté Solà | 2026-01-14 | 1 | -0/+1 |
| * | Fix style issues coming from recent merge | Miquel Sabaté Solà | 2026-01-13 | 5 | -68/+55 |
| * | testdata: update test database | Miquel Sabaté Solà | 2026-01-13 | 1 | -0/+0 |
| * | Merge branch 'inflection' | Miquel Sabaté Solà | 2026-01-13 | 10 | -79/+961 |
| |\ | |||||
| | * | Various fixes on adjective inflection | Miquel Sabaté Solà | 2026-01-13 | 2 | -11/+64 |
| | * | Add basic validation for verbs and pronouns | Miquel Sabaté Solà | 2026-01-13 | 4 | -14/+40 |
| | * | Trim word parts on database insert | Miquel Sabaté Solà | 2025-10-27 | 2 | -4/+6 |
| | * | Ensure a non-NULL value for words.succeeded | Miquel Sabaté Solà | 2025-10-27 | 2 | -5/+6 |
| | * | Provide initial implementation for word inflection | Miquel Sabaté Solà | 2025-10-27 | 10 | -60/+860 |
| * | | Update dependencies | Miquel Sabaté Solà | 2025-10-27 | 1 | -226/+103 |
| * | | github: remove dependabot | Miquel Sabaté Solà | 2025-10-27 | 1 | -6/+0 |
| |/ | |||||
| * | Add the -f/--flag flag to the 'practice' command | Miquel Sabaté Solà | 2025-07-30 | 2 | -21/+110 |
| * | Add exercises to the practice command | Miquel Sabaté Solà | 2025-07-29 | 5 | -13/+259 |
| * | Add the exercises command | Miquel Sabaté Solà | 2025-07-29 | 5 | -2/+440 |
| * | Add weight to words | Miquel Sabaté Solà | 2025-07-29 | 3 | -14/+57 |
| * | Rename from run to practice | Miquel Sabaté Solà | 2025-07-29 | 1 | -37/+35 |
| * | Implement the edit subcommand for words | Miquel Sabaté Solà | 2025-07-29 | 2 | -139/+358 |
| * | words: Move away the selection of a word | Miquel Sabaté Solà | 2025-07-25 | 1 | -16/+37 |
| * | Update dependencies | Miquel Sabaté Solà | 2025-07-25 | 1 | -39/+135 |
| * | github: Add workflows for CI execution | Miquel Sabaté Solà | 2025-07-25 | 4 | -0/+62 |
| * | Apply suggestions from clippy | Miquel Sabaté Solà | 2025-07-25 | 6 | -112/+116 |
| * | Implement creation of words | Miquel Sabaté Solà | 2025-07-25 | 4 | -22/+467 |
| * | Add steps into words | Miquel Sabaté Solà | 2025-06-13 | 2 | -6/+19 |
| * | Implement the run command | Miquel Sabaté Solà | 2025-06-12 | 5 | -19/+430 |
| * | Add license files | Miquel Sabaté Solà | 2025-06-03 | 3 | -0/+858 |
| * | Initial commit | Miquel Sabaté Solà | 2025-06-03 | 12 | -0/+1051 |
