Skip to content

cli app replicating the functionalities of the shell in the terminal

Notifications You must be signed in to change notification settings

natelufuluabo/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell (Replica)

My Image

Introduction

This project was built to complete the coding challenge from https://codingchallenges.fyi

Goal

Refer to https://codingchallenges.fyi/challenges/challenge-shell for more details regarding the goal of the challenge and what needs to be implemented.

Note:

  • You have to have your own environment variable for the path of the file where the history of all commands executed will be written

  • You have to be in the shell folder to allow env variable to work properly. Otherwise, you would have to hard code the path to the history file if you want to use the shell from anywhere in your computer

Usage

Install all dependecies with npm install then the command 'ccsh' in the terminal to enter the shell.

About

cli app replicating the functionalities of the shell in the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published