Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danishprakash/dash
- Owner: danishprakash
- License: mit
- Created: 2017-05-29T09:31:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T13:52:46.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T08:55:53.031Z (over 1 year ago)
- Topics: bash, c, linux, macos, shell, terminal, unix, zsh
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 24
- Watchers: 1
- Forks: 12
- 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