From 8c5e5dd0e0aae161c4943e7ff4fe0c93be1c8fb2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 12 Jun 2025 22:06:03 +0200 Subject: Implement the run command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This does not accept yet some flags that might be convenient for more advanced uses of it, nor it asks to inflect the word or stuff like that. For now it's as simple as "give me the meaning of...". Signed-off-by: Miquel Sabaté Solà --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e5099bc..56767f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /target *.sqlite3 +tmp/ +TODO -- cgit v1.2.3