diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-10 00:20:22 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-10 00:20:22 -0600 |
| commit | 540699a52b01b9444bfbfe70d47f16fce808c089 (patch) | |
| tree | 3e68c360ce9c8f76acebc395536a9ada8712e0b3 /README.md | |
| parent | 42abbc8f06fb56761502824b8085516299535534 (diff) | |
readme change
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 >> |
