Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danishprakash/dash

Shell written in C with piping & history.
https://github.com/danishprakash/dash

bash c linux macos shell terminal unix zsh

Last synced: about 7 hours ago
JSON representation

Shell written in C with piping & history.

Awesome Lists containing this project

README

        

# dash
dash is a Unix shell written completely in C.

## Installation
```bash
$ make
```

## Usage
```bash
$ ./dash
```

## Features
- Split commands wrt pipes `'|'` and whitespaces `' '`
- piping (n commands)
- History
- Recalling from history
- Colored formatting
- Builtin commands