Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)