8000 GitHub - untzen/dash: Shell written in C with piping & history.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

untzen/dash

 
 

Folders and files

Name 8000 Name
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dash

dash is a Unix shell written completely in C.

Installation

$ make

Usage

$ ./dash

Features

  • Split commands wrt pipes '|' and whitespaces ' '
  • piping (n commands)
  • History
  • Recalling from history
  • Colored formatting
  • Builtin commands

About

Shell written in C with piping & history.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%
0