@@ -4,15 +4,22 @@ __help__ - Get help about commands.
44__exit__ - Exits the shell.
55
66Basic commands:
7- view - View files and folders in current directory
8- goto [directory] - Change current working directory
9- display [file] - View contents of a file
10- current - Prints current working directory
11- show_current - Shows current working directory on left
12- hide_current - Hides current working directory on left
13- create_file [file] - Creates a new file
14- create_folder [folder] - Creates a new folder
15- version - Check version
16-
7+ view: List visible files and folders in the current directory.
8+ goto <directory>: Change the current directory.
9+ display <file_path>: View the contents of a file.
10+ current: Display the current working directory.
11+ show_current: Show current directory on start.
12+ hide_current: Hide current directory on start.
13+ create_file <file_name>: Create a new file
14+ create_folder <folder_name>: Create a new folder
15+ view_all: List all files and folders in the current directory.
16+ copy <source_file> <new_file>: Copy a file/folder
17+ move <source_file> <new_file>: Move a file/folder
18+ delete <source>: Delete a file/folder
19+ delete_folder <source>: Delete a folder
20+ __help__: Get help about PyShell.
21+ __exit__: Exit PyShell.
22+ version: Check version.
23+ <shell_command>: Execute a shell command.
1724
1825Any builtin commands {example: BASH, cmd, Powershell} will work.
0 commit comments