An Epitech project aiming to recreate the TCSH System in C, using the standard LibC and Ncurses.
- A simple yet complete user interface
- Standard built-ins along with new exclusive features
- Ncurses system to display the terminal
- Colored display
Documentation may be found as a github wiki.
The code is self-documented, with some comments in the headers describing the use of most function.
The C components follow the 2025 Epitech Coding Style.