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.
- Host: GitHub
- URL: https://github.com/aelew/mini-shell
- Owner: aelew
- License: mit
- Created: 2025-01-10T08:13:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T08:32:55.000Z (over 1 year ago)
- Last Synced: 2026-04-04T06:41:15.332Z (3 months ago)
- Topics: python, python3, shell
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Usage
```zsh
uv sync
uv run main.py
```
## ๐งพ License
[MIT](LICENSE)