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: 17 days ago
JSON representation
Shell written in C with piping & history.
- Host: GitHub
- URL: https://github.com/danishprakash/dash
- Owner: danishprakash
- License: mit
- Created: 2017-05-29T09:31:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T13:52:46.000Z (over 4 years ago)
- Last Synced: 2025-03-25T12:53:36.528Z (about 1 month ago)
- Topics: bash, c, linux, macos, shell, terminal, unix, zsh
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 57
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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