Files
fox-shell/README.md
2026-02-10 00:20:22 -06:00

24 lines
501 B
Markdown

# 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
- [ ] handle ~
- [ ] dynamically allocate cwd in cd builtin command
- [ ] all of posixsxssssss
- [ ] aliases
- [x] increase the SHLVL var
- [x] update pwd
- [ ] quotes
- [ ] pipes |
- [ ] redirections > <
- [ ] append >>
- [ ] heredoc
- [ ] rcfile
- [ ] rcfile in homedir