esconj

Conjugates Spanish verbs in the terminal
git clone git://mattcarlson.org/repos/esconj.git
Log | Files | Refs | README

commit 2a0c6342fa8505c137662b49bbd61cc3a93037db
parent 4f30eff58a318a5fb78f82f43c811a3e32c8a3a7
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Wed, 31 Aug 2022 20:51:43 -0400

new url

Diffstat:
MREADME.md | 2+-
Mesconj | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ Verbs file from here: https://github.com/ghidinelli/fred-jehle-spanish-verbs. If # Installation ```shell -$ git clone https://github.com/mlscarlson/esconj/ +$ git clone https://github.com/matthewlscarlson/esconj/ $ cd esconj $ sudo ./install.sh ``` diff --git a/esconj b/esconj @@ -1,13 +1,13 @@ #!/bin/bash # Title : esconj # Description : Conjugates Spanish verbs in the terminal. -# Author : Matthew Carlson <matt@mcarlson.xyz> +# Author : Matthew Carlson <matt@mattcarlson.org> # Date : 2020-09-03 # Version : 0.1 # Usage : esconj [options] # Notes : Should handle common verbs. No guarantees for obscure verbs. -# Copyright (C) 2020 Matthew Carlson <matt@mcarlson.xyz> +# Copyright (C) 2020 Matthew Carlson <matt@mattcarlson.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by