dandavison / pysh

A shell written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A toy shell written in python. Not for real use.

Features:

  • Chain commands with pipes
  • Output redirection to file
  • cd builtin
  • Prompt turns red if last command exited with error status
  • Syntax for matching paths with a regular expression (like ** in zsh)

About

A shell written in python


Languages

Language:Python 100.0%