An open API service indexing awesome lists of open source software.

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

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.