Yet Another Shell with C
f99caf42f3
In previous versions, when a SIGINT was received, the program would exit if there were no child processes, now the behavior is changed to not exit and start a new line. |
||
---|---|---|
.vscode | ||
.gitignore | ||
builtin.c | ||
builtin.h | ||
config.h | ||
exec.c | ||
exec.h | ||
line.c | ||
line.h | ||
loop.c | ||
loop.h | ||
main.c | ||
Makefile | ||
README.md |
dish - Yet another shell with C
TODO
- Environment variable settings
- History save
- Color
- Completion
- Config dotfile support
- Multiple styles