aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/words.rs
Commit message (Expand)AuthorAgeFilesLines
* 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