aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index fd0dbdc..b1f243f 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,20 @@
-# todo
+# fox shell
+
+My own custom shell. Just making it as a passion project.
+Going to try and make it mostly POSIX compliant.
+
+## todo
- [x] environment variables
- [x] custom prompts
- [x] minimal current directory
-- [ ] quotes
-- [-] handle ~
+- [ ] handle ~
- [ ] dynamically allocate cwd in cd builtin command
-- [-] all of posixs
+- [ ] all of posixsxssssss
- [ ] aliases
- [x] increase the SHLVL var
- [x] update pwd
+ - [ ] quotes
- [ ] pipes |
- [ ] redirections > <
- [ ] append >>