Python Command Line Shell - A shell written in python
Go to file
JaydenMW 678e9ea890 Update 'README.md' 2021-03-02 18:35:21 +00:00
LICENSE Add LICENSE 2021-02-23 19:23:39 +00:00
README.md Update 'README.md' 2021-03-02 18:35:21 +00:00
install.sh Update 'install.sh' 2021-02-28 21:05:00 +00:00
shell.py Show system hostname in prompt, not just localhost 2021-03-02 12:09:48 -06:00

README.md

pclish.utilities.jaydenmw

A simple shell subsystem written in Python that can has its own commands, and can run OS commands.

Changelog 0.0.7-hotfix1a

  • Fixed shebang (tells linux what interpreter to use)
  • Prompt shows system hostname instead of localhost (shell@hostname)
  • Minor performance improvements
  • Marked shell as executable