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

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.

Awesome Lists containing this project

README

        

MrShell [![Build Status](https://travis-ci.org/Glavin001/MrShell.svg?branch=master)](https://travis-ci.org/Glavin001/MrShell)
=======
[![Gitter](https://badges.gitter.im/Join Chat.svg)](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
```