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

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)

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
![alt-text](https://i.imgur.com/P9l9sBA.png)

### Errors
![alt-text](https://imgur.com/XBVemlw.png)

### Full background jobs features

#### Background (&) and foreground jobs
![alt-text](https://imgur.com/lZL9V94.png)

#### Stopping (Ctrl+Z) and resuming
![alt-text](https://i.imgur.com/kc3a1Wa.png)