feat: add todo list

This commit is contained in:
2025-09-06 09:26:40 +02:00
parent d6766aa114
commit 70cee983b9

View File

@@ -1 +1,11 @@
# Minishell # maxishell
### TODO
[] read inputs / send outputs
[] parse paramaters
[] basic commmands (ex: quit)
[] error management
[] redirections / pipe
[] background / foreground
[] signal management
[] variables