aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/words.rs
Commit message (Expand)AuthorAgeFilesLines
* Move declension/conjugation IDs into enumsMiquel Sabaté Solà2026-01-281-96/+177
* words: improve the description on verb conjugationMiquel Sabaté Solà2026-01-271-2/+13
* words: add the 'rel' subcommandMiquel Sabaté Solà2026-01-271-0/+81
* 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: 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-211-15/+42
* words: add the poke subcommandMiquel Sabaté Solà2026-01-191-0/+27
* run: ask for alternatives as wellMiquel Sabaté Solà2026-01-191-6/+6
* Display related words on the 'words show' commandMiquel Sabaté Solà2026-01-191-1/+86
* Migrate from usize to isize for integers in modelsMiquel Sabaté Solà2026-01-141-4/+4
* Fix style issues coming from recent mergeMiquel Sabaté Solà2026-01-131-6/+5
* Add basic validation for verbs and pronounsMiquel Sabaté Solà2026-01-131-9/+23
* Trim word parts on database insertMiquel Sabaté Solà2025-10-271-1/+3
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-271-19/+165
* Add the exercises commandMiquel Sabaté Solà2025-07-291-2/+2
* Add weight to wordsMiquel Sabaté Solà2025-07-291-0/+16
* 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-251-27/+50
* Implement creation of wordsMiquel Sabaté Solà2025-07-251-20/+332
* Initial commitMiquel Sabaté Solà2025-06-031-0/+141