MANIFEST.in
README-English.md
README.md
pyproject.toml
qzx.bat
qzx.py
qzx.sh
setup.py
Commands/__init__.py
Commands/DevCommands/AnalyzeComplexity.py
Commands/DevCommands/CompareFiles.py
Commands/DevCommands/CreateDocTemplatePython.py
Commands/DevCommands/__init__.py
Commands/FileCommands/ChangePermissions.py
Commands/FileCommands/CopyFile.py
Commands/FileCommands/CountLinesInFile.py
Commands/FileCommands/CreateDirectory.py
Commands/FileCommands/DeleteFile.py
Commands/FileCommands/DownloadFile.py
Commands/FileCommands/FindFiles.py
Commands/FileCommands/FindLargeFiles.py
Commands/FileCommands/FindText.py
Commands/FileCommands/GetHumanLanguageStatsFromFile.py
Commands/FileCommands/GetProgrammingLanguageStatsFromFile.py
Commands/FileCommands/ListFiles.py
Commands/FileCommands/MoveFile.py
Commands/FileCommands/ReadFile.py
Commands/FileCommands/TouchFile.py
Commands/FileCommands/WonderFileTypeMagic.py
Commands/FileCommands/WonderIfDirectoryEmpty.py
Commands/FileCommands/WonderIfFileEmpty.py
Commands/FileCommands/WonderIfFileIsBinary.py
Commands/FileCommands/__init__.py
Commands/SystemCommands/CommandsBridge.py
Commands/SystemCommands/CurrentDir.py
Commands/SystemCommands/GetCPULoad.py
Commands/SystemCommands/GetCurrentDate.py
Commands/SystemCommands/GetCurrentTime.py
Commands/SystemCommands/GetCurrentUser.py
Commands/SystemCommands/GetDiskInfo.py
Commands/SystemCommands/GetDiskName.py
Commands/SystemCommands/GetGPULoad.py
Commands/SystemCommands/GetRAMInfo.py
Commands/SystemCommands/GetSmartValues.py
Commands/SystemCommands/KillProcess.py
Commands/SystemCommands/ListProcesses.py
Commands/SystemCommands/QZXVersion.py
Commands/SystemCommands/RunScript.py
Commands/SystemCommands/Shell.py
Commands/SystemCommands/SystemInfo.py
Commands/SystemCommands/Term.py
Commands/SystemCommands/Terminal.py
Commands/SystemCommands/TerminalWelcome.py
Commands/SystemCommands/Welcome.py
Commands/SystemCommands/WonderCommandsAmount.py
Commands/SystemCommands/WonderIfAdmin.py
Commands/SystemCommands/__init__.py
Core/__init__.py
Core/command_base.py
Core/command_loader.py
Core/qzx_core.py
Documentation/Documentation-BuildingGreatCommands.md
Documentation/Documentation-CheckList-VerboseIsGold.csv
Documentation/Documentation-Commands.md
Documentation/Documentation-JSON-Checklist.CSV
Documentation/Documentation-Philosophy.md
Documentation/Documentation-WildcardsAndRecursiveCommands-Support.csv
Documentation/PodmanTestChecklist.csv
Resources/FunctionWords/cantonese.json
Resources/FunctionWords/english.json
Resources/FunctionWords/french.json
Resources/FunctionWords/german.json
Resources/FunctionWords/italian.json
Resources/FunctionWords/mandarin.json
Resources/FunctionWords/portuguese.json
Resources/FunctionWords/spanish.json
Resources/ProgrammingLanguages/c.json
Resources/ProgrammingLanguages/cpp.json
Resources/ProgrammingLanguages/csharp.json
Resources/ProgrammingLanguages/css.json
Resources/ProgrammingLanguages/html.json
Resources/ProgrammingLanguages/java.json
Resources/ProgrammingLanguages/javascript.json
Resources/ProgrammingLanguages/kotlin.json
Resources/ProgrammingLanguages/python.json
Resources/ProgrammingLanguages/rust.json
Resources/ProgrammingLanguages/typescript.json
qzx.egg-info/PKG-INFO
qzx.egg-info/SOURCES.txt
qzx.egg-info/dependency_links.txt
qzx.egg-info/entry_points.txt
qzx.egg-info/requires.txt
qzx.egg-info/top_level.txt
tests/test_code_with_comments.py
tests/test_terminal.py
tests/test_undocumented.py