Releases: cMardc/PyShell
Releases · cMardc/PyShell
PyShell-V1.0
PyShell-V0.3
New command:
edit <file_name>
: Opens built-in PyEditor to edit files
New Feature:
Unit testing
: New unit testing script added to src folder
New modules:
PYeditor.py
: Built-in text editor for PyShelltest_main.py
: Unit-Test Script to test features of PyShell
PyShell-V0.2
New commands:
view_all
: List all files and folders in the current directory.copy <source_file> <new_file>
: Copy a file/foldermove <source_file> <new_file>
: Move a file/folderdelete <source>
: Delete a file/folderdelete_folder <source>
: Delete a folder
New Feature:
See log file from {project_dir}/config/history.log : Stores commands you ran and it's time
Bug Fix:
Now, view command does not show hidden files and folders, but view_all does.
PyShell-V0.1
PyShell is a simple, beginner-friendly shell for both shell and Python programming. README file provides an overview of the PyShell code and how to use it effectively. It is designed to help beginners get started with shell and Python scripting in a user-friendly environment.