https://github.com/axfab/kora-krish
Kora interactive shell
https://github.com/axfab/kora-krish
Last synced: 9 months ago
JSON representation
Kora interactive shell
- Host: GitHub
- URL: https://github.com/axfab/kora-krish
- Owner: AxFab
- License: agpl-3.0
- Created: 2018-10-06T15:52:23.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-07T00:35:15.000Z (almost 4 years ago)
- Last Synced: 2025-05-15T23:44:54.203Z (about 1 year ago)
- Language: C
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Krish
**Krish** is for _Kora interactive shell_
## Internals
- `display.c`: Driver that interface the shell application with UI events.
- `fifo.c`: Generic implementation for a bytes FIFO.
- `history.c`: Handle auto-implementation utility.
- `keyboard.c`: Driver to interface whith keyboard layout.
- `main.c`:
- `parser.c`: Lexical and syntaxical analysis of written commands.
- `readline.c`: !? Handle stdin file input.
- `shell.c`: Engine for shell commands.
- `termio.c`: Handle the settings of the terminal.