https://github.com/homebrew-ec-foss/psh
$ psh: a fancy POSIX-like shell
https://github.com/homebrew-ec-foss/psh
bash c hsp posix shell tilde
Last synced: 5 months ago
JSON representation
$ psh: a fancy POSIX-like shell
- Host: GitHub
- URL: https://github.com/homebrew-ec-foss/psh
- Owner: homebrew-ec-foss
- License: gpl-3.0
- Created: 2024-07-01T05:47:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T14:23:19.000Z (about 1 year ago)
- Last Synced: 2025-04-14T15:40:40.888Z (about 1 year ago)
- Topics: bash, c, hsp, posix, shell, tilde
- Language: C
- Homepage:
- Size: 1.96 MB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# psh: a fancy POSIX-like shell
> This project is part of [Tilde 3.0](https://github.com/homebrew-ec-foss/Tilde-3.0) HSP PESU-ECC's summer mentoring program: where 5 students developed this project under the guidance of 4 mentors.
## High Level Design

## Flow

## Run locally
```bash
git clone https://github.com/homebrew-ec-foss/psh; cd psh
make run
```
## Contributors:
- [Aditya R](https://github.com/adityatr64)
- [Krishna Kumar](https://github.com/Pro696969)
- [Alayna Monteiro](https://github.com/AlaynaMonteiro)
- [Sumithra Suresh](https://github.com/2sumithrasuresh)
- [Siddhartha Rao](https://github.com/ninsid711)
## Mentors:
- [Nathan Paul](https://github.com/polarhive)
- [Tejas R](https://github.com/tejas-techstack)
- [Anupam G](https://github.com/g-anupam)
- [Navneet Nayak](https://github.com/NavneetNayak)
## Devlogs
- [week-1](docs/slides/README.md)
- [week-2](docs/slides/week-2.pdf)
- [week-3](docs/slides/week-3.pdf)
- [week-4](docs/slides/week-4.pdf)
- [week-5](docs/slides/week-5.pdf) (final review)