Skip to content

danishprakash/dash

Folders and files

NameName
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