blob: b1f243fd38f28d089a621d73ecc2e032151558c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
|