diff options
Diffstat (limited to '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> |
