Update README

This commit is contained in:
Night Kaly 2024-11-12 23:09:01 +00:00
parent 1f0d5f5ea1
commit d764dc7a3b
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -19,6 +19,7 @@ Minimalist, customizable shell written in C99 with syntax highlighting.
- autojump to directorys - autojump to directorys
- stdin, stdout, stderr redirect - stdin, stdout, stderr redirect
- Background jobs - Background jobs
## Built in commands ## Built in commands
- cd - cd
- help - help
@ -28,6 +29,7 @@ Minimalist, customizable shell written in C99 with syntax highlighting.
- source - source
- j - j
- bg - bg
## Todo Features ## Todo Features
- Tab completion - Tab completion
- Git integration - Git integration