Skip to content

Releases: cMardc/PyShell

PyShell-V1.0

10 Sep 11:40
Compare
Choose a tag to compare

First release of PyShell. Check out README.md for more information.

PyShell-V0.3

10 Sep 07:16
Compare
Choose a tag to compare
PyShell-V0.3 Pre-release
Pre-release

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 PyShell
  • test_main.py: Unit-Test Script to test features of PyShell

PyShell-V0.2

09 Sep 15:33
Compare
Choose a tag to compare
PyShell-V0.2 Pre-release
Pre-release

New commands:

  • view_all: List all files and folders in the current directory.
  • copy <source_file> <new_file>: Copy a file/folder
  • move <source_file> <new_file>: Move a file/folder
  • delete <source>: Delete a file/folder
  • delete_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

09 Sep 10:26
Compare
Choose a tag to compare
PyShell-V0.1 Pre-release
Pre-release

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.