A shell coded in Python. No reason :)
Go to file
2024-07-04 09:00:53 +10:00
.gitignore Restructure main.py, remove dependence on shell 2024-07-04 09:00:53 +10:00
LICENSE Initial commit 2024-07-03 11:46:56 +10:00
main.py Restructure main.py, remove dependence on shell 2024-07-04 09:00:53 +10:00
README.md Update README.md 2024-07-03 15:00:02 +10:00

Max's Shell (mash)

A shell coded in Python. No reason :)

Just bored in class one day so I started to code this. Will have some basic commands in built, and as it is coded in Python you should be able to have a similar terminal experience anywhere!

WARNING: Mash is currently unable to function on Windows! Any Unix-like OS should work fine.

What's currently working?

pwd, cat, cd, help, version and exit (all without command line arguments) and commands with no arguments are working. The shell shows your current directory before the input prompt.

What's planned?

Simple commands like mkdir, touch and ls should be added, maybe with some more advanced features later.