mash/README.md

14 lines
608 B
Markdown
Raw Normal View History

2024-07-03 12:19:40 +10:00
# Max's Shell (mash)
2024-07-03 11:46:56 +10:00
2024-07-03 12:19:40 +10:00
A shell coded in Python. No reason :)
2024-07-03 12:22:31 +10:00
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!
## What's currently working?
2024-07-03 14:48:47 +10:00
`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.
2024-07-03 12:22:31 +10:00
## What's planned?
2024-07-03 14:48:47 +10:00
Simple commands like `mkdir`, `touch` and `ls` should be added, maybe with some more advanced features later.