diff options
| author | schererleander <leander@schererleander.de> | 2024-08-19 15:13:51 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2024-08-19 15:13:51 +0200 |
| commit | 016638463023e0afe5d427b1dd6ae99ddb6f9119 (patch) | |
| tree | 14395985c86ab58ab9056c90d0afdcb94692771a /html/projects.html | |
| parent | 2a9fff7a52103f9bda778ed0848156001a74e8e7 (diff) | |
add project
Diffstat (limited to 'html/projects.html')
| -rw-r--r-- | html/projects.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html/projects.html b/html/projects.html index dd90a1b..adf726c 100644 --- a/html/projects.html +++ b/html/projects.html @@ -68,6 +68,11 @@ <td>simple python script to add reminder (to take out the trash) at 17:00 the day before the event</td> <td><a href="https://github.com/schererleander/python-ics-modifier">GitHub</a></td> </tr> + <tr> + <td>Todolist</td> + <td>todolist cli programm in C using ncurses</td> + <td><a href="https://github.com/schererleander/todolist">GitHub</a></td> + </tr> </tbody> </table> </body> |
