aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2024-08-19 15:13:51 +0200
committerschererleander <leander@schererleander.de>2024-08-19 15:13:51 +0200
commit016638463023e0afe5d427b1dd6ae99ddb6f9119 (patch)
tree14395985c86ab58ab9056c90d0afdcb94692771a /html
parent2a9fff7a52103f9bda778ed0848156001a74e8e7 (diff)
add project
Diffstat (limited to 'html')
-rw-r--r--html/projects.html5
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>