Coder Social home page Coder Social logo

icman / zeroshell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itszero/zeroshell

2.0 2.0 0.0 89 KB

ZeroShell is my implementation of a simple shell. It's target is not a complete shell implementation, but just for the Operating system homework. :P

License: MIT License

zeroshell's Introduction

ZeroShell (ZRSh)

Introduction

ZeroShell is my implementation of a simple shell. However, I’m not focus on making it a useful shell. It’s only coded for practicing and for the Operating System homework.

ZeroShell is also an open source software, under the MIT license.

Library dependencies

ZRSh currently requires libreadline to work.

Compatibility

ZRSh is known to compile and run on Linux(ArchLinux) and Mac OSX.

Features

  • Display a prompt ([User@Host] path>)
  • Execute a built-in command or external commands
  • history command to query the command line histories
  • Exit the shell through Ctrl-C or exit / quit command
  • Support put the process to the background by using ‘&’
  • Search command in MYPATH, PATH environment variables and search in current directory
  • Set/List environment variables through setenv / listenv commands
  • help to see a brief built-in command help
  • When a process is running, hit Ctrl+C to return to ZeroShell.
  • Supports browsing and modify command line by arrow keys
  • Supports TAB auto-completion
  • Detects if terminal supports color, and colorize the message

zeroshell's People

Contributors

itszero avatar

Stargazers

Angus H. avatar  avatar

Watchers

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