ir
/
dish
1
0
Fork 0
Yet Another Shell with C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
iridiumR 2d6d6f3390
chore: add GPL3 license
2 months ago
.vscode chore: update debug settings 2 months ago
.gitignore build: improve build efficiency 9 months ago
LICENSE chore: add GPL3 license 2 months ago
Makefile feat: update makefile 2 months ago
README.md Revert "feat(line): add history record" 9 months ago
builtin.c feat: update help information 2 months ago
builtin.h feat(builtin): add support for pgsql 2 months ago
config.h feat(builtin): add support for pgsql 2 months ago
exec.c feat(signal): change the behaviour of SIGINT 8 months ago
exec.h feat(builtin): add built-in command 9 months ago
line.c fix: fix error when " not pair 2 months ago
line.h style(header): add config header 9 months ago
loop.c feat: add support for split forbid 2 months ago
loop.h feat(signal): change the behaviour of SIGINT 8 months ago
main.c feat(signal): change the behaviour of SIGINT 8 months ago
postgres.c feat: update postgres 2 months ago
postgres.h feat(builtin): add support for pgsql 2 months ago

README.md

dish - Yet another shell with C

TODO

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