Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melikechan/mekosh
mekosh - a basic shell to understand OS concepts.
https://github.com/melikechan/mekosh
Last synced: about 18 hours ago
JSON representation
mekosh - a basic shell to understand OS concepts.
- Host: GitHub
- URL: https://github.com/melikechan/mekosh
- Owner: melikechan
- Created: 2024-11-02T09:24:12.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T09:32:59.000Z (14 days ago)
- Last Synced: 2024-11-02T10:22:09.651Z (14 days ago)
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mekosh - meko (sh)ell
mekosh is a basic shell that can:
- [x] Execute processes.
- [x] Execute processes in background.
- [x] Redirect input/output streams to a given file.
- [ ] Redirect command outputs to another command.
- [ ] Remind previous commands (by the most recent used).
- [ ] Autocomplete (I dunno how can I achieve this)