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: 9 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T13:52:46.000Z (over 5 years ago)
- Last Synced: 2025-04-11T16:59:45.731Z (12 months 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