https://github.com/zodddev/zdd-shell
Custom made shell (GNU/Linux 🐧 only)
https://github.com/zodddev/zdd-shell
Last synced: 10 months ago
JSON representation
Custom made shell (GNU/Linux 🐧 only)
- Host: GitHub
- URL: https://github.com/zodddev/zdd-shell
- Owner: zoddDev
- Created: 2020-07-14T20:37:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T15:22:21.000Z (over 2 years ago)
- Last Synced: 2025-02-01T08:47:55.613Z (12 months ago)
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZDD Shell (GNU/Linux 🐧 only)
## Current state
This shell has been made for educational purposes only. It lacks various features and is in a very simple and limited state.
## Compile project
```
gcc -o zdd main.c shell.c job_control.c ./internal_commands/internal_commands.c ./colors/colors.c ./prompt/prompt.c
```
##### Or execute `./build.sh`
## Screenshots
### Neofetch test

### Errors

### Full background jobs features
#### Background (&) and foreground jobs

#### Stopping (Ctrl+Z) and resuming
