lirve.el/README.md

42 lines
772 B
Markdown
Raw Normal View History

2024-01-02 16:45:15 +01:00
# Learn irregular English verbs in Emacs
2024-02-12 17:56:57 +01:00
## learning-irregular-verbs-in-english.el
2024-01-02 16:45:15 +01:00
![Demo](demo.png)
## Install
Add in your `init.el`.
```elisp
2024-02-12 17:56:57 +01:00
(use-package learning-irregular-verbs-in-english
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-English.el" :files ("lirve--verbs.el" "lirve.el"))
2024-01-02 16:45:15 +01:00
:ensure t)
```
2024-01-08 19:14:11 +01:00
## Configure (Optional)
Shows the translation of the verb when resolving or failing.
2024-01-08 23:10:26 +01:00
![Demo translation](demo-translation.png)
2024-01-08 19:14:11 +01:00
Only available in Spanish.
```elisp
2024-02-12 17:56:57 +01:00
(setq lirve--show-translation 'es)
2024-01-08 19:14:11 +01:00
```
## Usage
```
2024-02-12 17:56:57 +01:00
M-x learning-irregular-verbs-in-english
2024-01-08 19:14:11 +01:00
```
## Controls
| Key | Description |
| --- | --- |
| `TAB` | Move to the next field |
| `S-TAB` | Move to the previous field |
| `RET` | Click on the button |
| `q` | Quit |