A basic shell written in Python 3
Author: Ryan Jones
- Basic shell functionality
 - Command chaining with 
&& - Tracks current directory on prompt line (e.g., 
PyShell::~/Documents/work$) - Tab autocomplete within current directory
 
- Piping
 - Input/Output redirection (bug)
 - Tab autocomplete for multiple levels of directories
 - Support a 
.pyshellrcfile for special user functionality