diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-10 20:28:57 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-10 20:28:57 -0600 |
| commit | 9f6d634e9099bdcf392971195f50db85a38c4933 (patch) | |
| tree | 298b12800a9baa42df16f0144922fc41f81a6031 /README.md | |
| parent | 540699a52b01b9444bfbfe70d47f16fce808c089 (diff) | |
- readme change
- failed attempts with notes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
