Skip to content

ritvikb99/rshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages