- readme change

- failed attempts with notes
This commit is contained in:
2026-02-10 20:28:57 -06:00
parent 540699a52b
commit 9f6d634e90
2 changed files with 28 additions and 2 deletions

View File

@@ -5,19 +5,25 @@ Going to try and make it mostly POSIX compliant.
## todo
- [ ] rewrite handle arg function. tis bad pointer stuff
- [x] environment variables
- [x] custom prompts
- [ ] fix prompt to use PS1 environment variable
- [x] minimal current directory
- [ ] 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 homedir
- [ ] rcfile in config dir