https://github.com/glavin001/mrshell
Map-Reduce inspired Shell.
https://github.com/glavin001/mrshell
Last synced: 13 days ago
JSON representation
Map-Reduce inspired Shell.
- Host: GitHub
- URL: https://github.com/glavin001/mrshell
- Owner: Glavin001
- License: mit
- Created: 2014-10-09T16:19:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T21:20:54.000Z (over 10 years ago)
- Last Synced: 2025-04-30T08:13:35.215Z (13 days ago)
- Language: C
- Size: 544 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MrShell [](https://travis-ci.org/Glavin001/MrShell)
=======
[](https://gitter.im/Glavin001/MrShell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)> Map-Reduce inspired Shell.
---
## Features
- [ ] [Extreme Piping syntax](https://github.com/Glavin001/MrShell/issues/4)
- [ ] [Tab Completion](https://github.com/Glavin001/MrShell/issues/9)
- [ ] [Intelligent Colourization](https://github.com/Glavin001/MrShell/issues/8)
- [ ] [Command History](https://github.com/Glavin001/MrShell/issues/10)## Authors
- [Glavin001](https://github.com/Glavin001)
- [Frozenfire92](https://github.com/Frozenfire92)
- [DylanYoung](https://github.com/DylanYoung)
- [Rayls](https://github.com/Rayls)## Building
Run the following:
```bash
make
```## Usage
To run MrShell, execute:
```bash
./build/mrsh
```