readme change
This commit is contained in:
13
README.md
13
README.md
@@ -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] environment variables
|
||||||
- [x] custom prompts
|
- [x] custom prompts
|
||||||
- [x] minimal current directory
|
- [x] minimal current directory
|
||||||
- [ ] quotes
|
- [ ] handle ~
|
||||||
- [-] handle ~
|
|
||||||
- [ ] dynamically allocate cwd in cd builtin command
|
- [ ] dynamically allocate cwd in cd builtin command
|
||||||
- [-] all of posixs
|
- [ ] all of posixsxssssss
|
||||||
- [ ] aliases
|
- [ ] aliases
|
||||||
- [x] increase the SHLVL var
|
- [x] increase the SHLVL var
|
||||||
- [x] update pwd
|
- [x] update pwd
|
||||||
|
- [ ] quotes
|
||||||
- [ ] pipes |
|
- [ ] pipes |
|
||||||
- [ ] redirections > <
|
- [ ] redirections > <
|
||||||
- [ ] append >>
|
- [ ] append >>
|
||||||
|
|||||||
Reference in New Issue
Block a user