mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
Update readme
This commit is contained in:
parent
58499944b8
commit
de6f1692bb
18
README.md
18
README.md
@ -1,15 +1,18 @@
|
|||||||
# Learn irregular English verbs in Emacs
|
# Lirve: Learn irregular English verbs in Emacs
|
||||||
## learning-irregular-verbs-in-english.el
|
|
||||||
|
Lirve helps you learn irregular verbs using the spaced repetition technique. In other words: Lirve remember your mistakes and repeat the challenge in the future.
|
||||||
|
|
||||||
![Demo](demo.png)
|
![Demo](demo.png)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Add in your `init.el`.
|
You need to have `straight` installed.
|
||||||
|
|
||||||
|
Then, add it to your `init.el`.
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
(use-package learning-irregular-verbs-in-english
|
(use-package learning-irregular-verbs-in-english
|
||||||
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-English.el" :files ("lirve--verbs.el" "lirve.el"))
|
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-English.el" :files ("lirve-verbs.el" "lirve.el"))
|
||||||
:ensure t)
|
:ensure t)
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -19,7 +22,7 @@ Shows the translation of the verb when resolving or failing.
|
|||||||
|
|
||||||
![Demo translation](demo-translation.png)
|
![Demo translation](demo-translation.png)
|
||||||
|
|
||||||
Only available in Spanish.
|
Only available in Spanish (at the moment).
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
(setq lirve--show-translation 'es)
|
(setq lirve--show-translation 'es)
|
||||||
@ -38,4 +41,7 @@ M-x learning-irregular-verbs-in-english
|
|||||||
| `TAB` | Move to the next field |
|
| `TAB` | Move to the next field |
|
||||||
| `S-TAB` | Move to the previous field |
|
| `S-TAB` | Move to the previous field |
|
||||||
| `RET` | Click on the button |
|
| `RET` | Click on the button |
|
||||||
| `q` | Quit |
|
|
||||||
|
## Collaborate
|
||||||
|
|
||||||
|
If you want to add more languages, make a PR with the translations in `lirve-verbs.el`.
|
||||||
|
Loading…
Reference in New Issue
Block a user