Coder Social home page Coder Social logo

octoshell's Introduction

octoshell ๐Ÿ™๐Ÿš

  • CS 321: Final Project (Spring 2022)

Building

mkdir build
cd build
cmake ..
make
./terminal

See it in action

asciicast

Requirements

  • External commands
    • ls
    • emacs
  • Internal commands
    • exit: terminate the shell
    • print: print out the current pid
    • help: help information of your shell
  • Multiple commands
    • ampersand (&): multiple commands on one line
  • Input of lines of up to 100 characters
    • Words consist of the characters Aโ€“Z, aโ€“z, 0โ€“9, dash, dot, forward slash, and underscore.

octoshell's People

Contributors

tylercchase avatar techsolomon avatar

Stargazers

 avatar Matt Perry avatar

Watchers

James Cloos avatar  avatar  avatar

octoshell's Issues

The expression contained an invalid escaped character, or a trailing escape.

libc++abi: terminating with uncaught exception of type std::__1::regex_error: The expression contained an invalid escaped character, or a trailing escape.

Comment the following lines of code:

std::regex valid_command("^[A-Za-z0-9\\-\\.\\/\\_]+");

octoshell/src/parser.cpp

Lines 43 to 46 in 0346874

if (!std::regex_match(command, valid_command)) {
std::cout << "(!) Invalid command: " << command << std::endl;
continue;
}

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.