thewh1teagle / chell

Simple and lightweight linux shell written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chell-simple-c-shell

Simple and lightweight linux shell written in C.

Install

git clone https://github.com/thewh1teagle/chell-simple-c-shell.git
cd chell-simple-c-shell
make
./chell

todo list

  • pipes
  • redirections
  • autocompletions
  • git branch view support
  • history, alias
  • dynamic status (path, username, host, etc..)
  • simple command line arguments
  • man page
  • contribe to .bashrc aliases

About

Simple and lightweight linux shell written in C.


Languages

Language:C 98.2%Language:Makefile 1.8%