Files
fox-shell/README.md
iceyrazor b2d6050322 - added handling for ~
- fixed crash when $VAR is null
2026-02-10 19:30:31 -06:00

29 lines
646 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
- [ ] fix prompt to use PS1 environment variable
- [x] minimal current directory
- [x] handle ~
- [ ] dynamically allocate cwd in cd builtin command
- [ ] history
- [ ] cursor movement
- [ ] tab to autocomplete files and dirs
- [ ] all of posixsxssssss
- [ ] aliases
- [x] increase the SHLVL var
- [x] update pwd
- [ ] quotes
- [ ] pipes |
- [ ] vi mode
- [ ] redirections > <
- [ ] append >>
- [ ] heredoc
- [ ] rcfile
- [ ] rcfile in config dir