This is an clone of some basic unix commands. Entirely written in python and styling is with the rich module
Current commands are
ls del mv mkdir touch cat cp
ls - Lists directory
del - Deletes a file
mv - Moves one file's content to other
mkdir - Creates a new directory
touch - Creates a new file
cat - Shows a file's content
cp - Copies one file's content to the other\
MIT, see LICENSE for details.