From d764dc7a3be70f17a40446e1b890f0751917f6db Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 12 Nov 2024 23:09:01 +0000 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be21118..949ec74 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Minimalist, customizable shell written in C99 with syntax highlighting. - autojump to directorys - stdin, stdout, stderr redirect - Background jobs + ## Built in commands - cd - help @@ -28,6 +29,7 @@ Minimalist, customizable shell written in C99 with syntax highlighting. - source - j - bg + ## Todo Features - Tab completion - Git integration