Yet Another Shell with C
Go to file
iridiumR 2d6d6f3390
chore: add GPL3 license
2023-03-30 21:05:04 +08:00
.vscode chore: update debug settings 2023-03-30 18:11:42 +08:00
.gitignore build: improve build efficiency 2022-09-18 21:48:23 +08:00
LICENSE chore: add GPL3 license 2023-03-30 21:05:04 +08:00
Makefile feat: update makefile 2023-03-30 17:00:42 +08:00
README.md Revert "feat(line): add history record" 2022-09-19 09:34:14 +08:00
builtin.c feat: update help information 2023-03-30 18:55:23 +08:00
builtin.h feat(builtin): add support for pgsql 2023-03-29 23:31:17 +08:00
config.h feat(builtin): add support for pgsql 2023-03-29 23:31:17 +08:00
exec.c feat(signal): change the behaviour of SIGINT 2022-09-20 22:29:59 +08:00
exec.h feat(builtin): add built-in command 2022-09-18 14:46:23 +08:00
line.c fix: fix error when " not pair 2023-03-30 18:36:56 +08:00
line.h style(header): add config header 2022-09-18 20:44:33 +08:00
loop.c feat: add support for split forbid 2023-03-30 18:12:29 +08:00
loop.h feat(signal): change the behaviour of SIGINT 2022-09-20 22:29:59 +08:00
main.c feat(signal): change the behaviour of SIGINT 2022-09-20 22:29:59 +08:00
postgres.c feat: update postgres 2023-03-30 18:12:54 +08:00
postgres.h feat(builtin): add support for pgsql 2023-03-29 23:31:17 +08:00

README.md

dish - Yet another shell with C

TODO

  • Environment variable settings
  • History save
  • Color
  • Completion
  • Config dotfile support
  • Multiple styles