<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mihi/crates/cli/src/exercises.rs, branch main</title>
<subtitle>A self assessment tool for learning Latin. 
</subtitle>
<id>https://git.mssola.com/archived/mihi/atom?h=main</id>
<link rel='self' href='https://git.mssola.com/archived/mihi/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/'/>
<updated>2026-01-29T21:35:48Z</updated>
<entry>
<title>exercises: fix error message</title>
<updated>2026-01-29T21:35:48Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-01-29T21:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=e07c113c6bdd397002ecaaf21766532d4d3ded13'/>
<id>urn:sha1:e07c113c6bdd397002ecaaf21766532d4d3ded13</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>exercises: simplify the kind</title>
<updated>2026-01-29T21:35:44Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-01-29T21:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=b4cc152c778c9f21f1e0a151b9d29760fbbf1476'/>
<id>urn:sha1:b4cc152c778c9f21f1e0a151b9d29760fbbf1476</id>
<content type='text'>
As for now, all exercises I have follow the same pattern and there can
be multiple workflows that can fit to it. Yes, maybe in the future it
might be interesting to add other kinds of exercises, but for now I'm
good and we can keep things simple.

Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Split lib.rs into multiple files</title>
<updated>2026-01-29T21:03:31Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-01-29T21:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=ea33d92514c809a2efaa9940ce05a5765f3cb41c'/>
<id>urn:sha1:ea33d92514c809a2efaa9940ce05a5765f3cb41c</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Implement the 'ls' command for exercises</title>
<updated>2026-01-14T14:52:49Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-01-14T14:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=a6678f3c195b3eae1e1c977f2b4c418e48c404c5'/>
<id>urn:sha1:a6678f3c195b3eae1e1c977f2b4c418e48c404c5</id>
<content type='text'>
It was the only part missing for exercises, which was even listed in
-h/--help.

Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Fix style issues coming from recent merge</title>
<updated>2026-01-13T20:51:00Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-01-13T20:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=84bc13b4dd181d14a100d2d8a3716525c79cd25e'/>
<id>urn:sha1:84bc13b4dd181d14a100d2d8a3716525c79cd25e</id>
<content type='text'>
I apparently merged the 'inflection' branch without checking the code
style. This means that a lot of warnings are being raised by clippy and
I'm unsure which commit did what. Since I'm lazy about this right now,
let's bring all fixes in a single commit.

Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Add exercises to the practice command</title>
<updated>2025-07-29T19:58:02Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-07-29T19:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=7b7faf70dbdd83020b4bf6f9c3242a994c97665a'/>
<id>urn:sha1:7b7faf70dbdd83020b4bf6f9c3242a994c97665a</id>
<content type='text'>
The '-e/--exercises' has also been introduced to instruct the 'practice'
command to only go for exercises, and the '-k/--kind' flag allows the
user to further filter which kind of exercise to practice.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add the exercises command</title>
<updated>2025-07-29T19:54:30Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-07-29T19:54:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/archived/mihi/commit/?id=b25f575e41f078be3e47d843fda1827881f23646'/>
<id>urn:sha1:b25f575e41f078be3e47d843fda1827881f23646</id>
<content type='text'>
Subcommands have been added to it which are similar to the ones on words
on purpose.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
</feed>
