ritvikb99 / rshell

RSHELL is a simple unix shell written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rshell

RSHELL is a simple Unix shell written in C++.

Installation

  1. Install the latest "libreadline-dev" library if not already installed. Eg. with apt: $ sudo apt-get install libreadline-dev
  2. Compile the cpp file as follows: $ g++ -o shell shell.cpp -lreadline

Usage

$ ./shell

Features

  1. Access command history using arrow keys, just like bash.
  2. Colored formatting for directory listing.
  3. Basic Built in commands

About

RSHELL is a simple unix shell written in C++.


Languages

Language:C++ 100.0%