Make a directory:
mkdir "DirectoryName"
Make a file:
touch "FileName"
List content in current directory:
ls
Open Directory:
cd "DirectoryName"
Shows commands with their actions:
help
Shows commands and how to use them:
usage
Copy code from SFM.py and paste into your interpreter for use.
git clone https://github.com/Raymond-Lind/SFM.git
cd SFM
python3 SFM.py
This is a File System stored in memory. Meaning any directories or files made in the program will disappear after the program is closed. Users should remember this throughout the duration of the script.
If you want to have a simpler version of code without advanced user features or don't enjoy the colors in code, you can use SFM_nocolor.py
Enjoy!
Created by: Raymond Lind