Skip to content

RyGuyCompSci/pyshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PyShell

A basic shell written in Python 3

Author: Ryan Jones

Features

  • Basic shell functionality
  • Command chaining with &&
  • Tracks current directory on prompt line (e.g., PyShell::~/Documents/work$)
  • Tab autocomplete within current directory

Future Features/Current Bugs

  • Piping
  • Input/Output redirection (bug)
  • Tab autocomplete for multiple levels of directories
  • Support a .pyshellrc file for special user functionality

About

A basic shell written in python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages