Coder Social home page Coder Social logo

rshell-1's Introduction

#Rshell

Rshell is a program that uses bash commands and syscalls to replicate the bash terminal

##Install To install and run rshell, enter the following into a terminal:

1. git clone http://www.github.com/donei003/rshell.git

2. cd rshell

3. git checkout hw0

4. make

5. bin/rshell

##Features

Supports all bash commands and connectors such as ;, &&, and ||

Supports the chaining of multiple commands using said connectors

Supports the use of comments in the terminal

Supports the exit command

Neglects whitespace characters in between commands, connectors, and arguments

##Bugs and Limitations

  • Commands like cd are not supported currently

  • Piping is also not supported currently as well

  • Colors for files, directories, etc. are not supported in this make of Rshell

  • Text navigation (such as arrow keys) is not supported by this make of Rshell

  • Up arrow key does not run the previous command

  • echo "hello world" will include the quotation marks:w

  • Rshell does not accept commands after the first instance of # in that instruction

  • & and | are not valid connectors and spaces in between valid connectors are not allowed

  • In the occurrence of a invalid command followed by the || the proceeding instruction will not execute

  • The echo command will include every character until a valid connector is reached, a #, or the endline

  • Tab is treated as a character

rshell-1's People

Contributors

donei003 avatar

Watchers

Adam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.