blob: d7000f8f4ca7d7ee764bb27cf6107794d1552a17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# fox shell
My own custom shell. Just making it as a passion project.
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 config dir
|