# Tsh **Repository Path**: HughNew/tsh ## Basic Information - **Project Name**: Tsh - **Description**: a simple shell by C++ in Linux - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2021-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Tsh > Temp Shell just for fun and practise > A minimal implement of dash-like shell > ==NO INTEREST TO IMPLEMENT THE SYNTAX== no any standard followed by imagination only ### Todo - [ ] implement the builtin functions - [x] run the cmd under the fork/exec model - [ ] call `prompt` function if signal occurs - [x] fork/exec model and process group set - [ ] PS1 Imp - [ ] more friendly interface instead of `getline` - [ ] signal - [x] defined the base - [x] test in new model - [ ] should change to sigaction model