Minimalist, customizable shell written in C99 with syntax highlighting and no dependency
color.c | ||
color.h | ||
constants.h | ||
history.c | ||
history.h | ||
Makefile | ||
README.md | ||
rush | ||
rush.c |
rush
rush is a minimalistic shell for Unix systems written in C.
Dependencies
- gcc
Building
$ make
Usage
$ ./rush
Features
- Showing current time and directory with custom color
- syntax highlighting on valid commands using ANSI colors
- history navigation using up and down keys
Todo Features
- Pipe
- stdin, stdout, stderr redirect
- background jobs
- editing using left and right arrow keys
- history command
- export command to setenv
- tab completion