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

https://github.com/aelew/mini-shell

๐Ÿค A minimal shell made in Python.
https://github.com/aelew/mini-shell

python python3 shell

Last synced: 3 months ago
JSON representation

๐Ÿค A minimal shell made in Python.

Awesome Lists containing this project

README

          

# ๐Ÿค mini-shell

A minimal shell made in Python.

## Features

- Shell built-ins:

- Change directory command (`cd`)
- Exit command (`exit`)

- Support for other system/application commands

![Example](./images/example.png)

## Usage

```zsh
uv sync
uv run main.py
```

## ๐Ÿงพ License

[MIT](LICENSE)