lgram

A command-line utility for drilling Latin grammar.
Log | Files | Refs | README

commit b58f547509afc5485138f50ed9f782ad6b0e35ed
parent b306f86ab09ba4bc794dc71aea24e0bc9903b4c1
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  3 Jan 2022 13:34:15 +0400

Update README with declensions note.

Diffstat:
MREADME.md | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,8 +10,9 @@ git clone git@github.com:jtobin/lgram.git ## Run +To drill conjugations, use: + ``` -cd lgram ./conj ``` @@ -24,5 +25,13 @@ append them as arguments, e.g.: to drill only conjugations in either the active voice or with subjunctive mood. +To drill declensions, use: + +``` +./decl +``` + +It can be filtered on analogously. + Press 'q' to quit.