aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore the todo/ directoryMiquel Sabaté Solà2026-01-141-0/+1
| | | | | | | | | There are a bunch of files that I had from previous attempts (i.e. webapp mihi) that contained multiple things to insert into the database and such from different sources. Let's keep all of this into a single directory, but also ignore it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Implement the run commandMiquel Sabaté Solà2025-06-121-0/+2
| | | | | | | | 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à <mikisabate@gmail.com>
* Initial commitMiquel Sabaté Solà2025-06-031-0/+2
Basic commands have been added, but most of the features for this project are still work in progress. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>