{"id":22449042,"url":"https://github.com/ruben2163/terminal-emulator-python","last_synced_at":"2025-07-18T17:08:24.251Z","repository":{"id":266107067,"uuid":"897374026","full_name":"Ruben2163/Terminal-Emulator-Python","owner":"Ruben2163","description":"This is a linux terminal in python that uses a virtual file system","archived":false,"fork":false,"pushed_at":"2025-07-02T06:38:42.000Z","size":168,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T07:40:29.293Z","etag":null,"topics":["command-line","emulator","linux","mit-license","python","python-terminal","python3","pythonterminal","simulater","teminal-emulator","terminal","unix","virtual","virtual-machine"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ruben2163.png","metadata":{"files":{"readme":"README.md","changelog":"history.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-02T14:19:28.000Z","updated_at":"2025-07-02T06:38:46.000Z","dependencies_parsed_at":"2024-12-30T05:18:40.953Z","dependency_job_id":"c0c9feca-a6c7-42b8-976a-2493f6501def","html_url":"https://github.com/Ruben2163/Terminal-Emulator-Python","commit_stats":null,"previous_names":["ruben2163/python-terminal","ruben2163/terminal-emulator-python"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Ruben2163/Terminal-Emulator-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruben2163%2FTerminal-Emulator-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruben2163%2FTerminal-Emulator-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruben2163%2FTerminal-Emulator-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruben2163%2FTerminal-Emulator-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ruben2163","download_url":"https://codeload.github.com/Ruben2163/Terminal-Emulator-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruben2163%2FTerminal-Emulator-Python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265798715,"owners_count":23829984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","emulator","linux","mit-license","python","python-terminal","python3","pythonterminal","simulater","teminal-emulator","terminal","unix","virtual","virtual-machine"],"created_at":"2024-12-06T05:07:27.236Z","updated_at":"2025-07-18T17:08:24.235Z","avatar_url":"https://github.com/Ruben2163.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Python Terminal**\n\n## **Features**\n- **File System Management**:\n  - Create folders and files (`mkdir`, `touch`).\n  - List directory contents (`ls`).\n  - Read and delete files (`read`, `rm`).\n  - Rename files or folders (`mv`).\n  - Navigate directories (`cd`, `cd ..`, `pwd`).\n  - Delete folders (`rmdir`).\n- **Aliases**:\n  - Define custom aliases for frequently used commands (`alias`).\n  - Remove aliases (`unalias`).\n  - Save and load aliases automatically.\n- **Help Menu**:\n  - View all available commands using the `help` command.\n- **Persistence**:\n  - Virtual file system and aliases persist across sessions.\n\n---\n## **Installation**\n\n### **Prerequisites**\n- Python 3.6 or higher.\n\n### **Steps**\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Ruben2163/Python-Terminal.git\n1. Run Main.py:\n   ```bash\n   python3 main.py\n---\n## **Basic commands**\n\n| Commands|Usage|\n| -------|------------------ |\n| mkdir \u003cfolder_name\u003e|Create a folder.|\n|touch \u003cfile_name\u003e|\tCreate a file.|\n|ls\t|List contents of the current directory.|\n|read \u003cfile_name\u003e\t|Display the content of a file.|\n|rm \u003cfile_name\u003e\t|Delete a file.|\n|rmdir \u003cfolder_name\u003e\t|Delete a folder.|\n|mv \u003cold_name\u003e \u003cnew_name\u003e\t|Rename a file or folder.|\n|cd \u003cfolder_name\u003e\t|Navigate to a directory.|\n|cd ..\t|Go to the parent directory.|\n|pwd\t|Print the current working directory.|\n|help\t|Display the help menu.|\n|exit\t|Exit the terminal.|\n|alias \u003cname\u003e \u003ccommand\u003e\t|Create a shortcut for a command.|\n|unalias \u003cname\u003e\t|Remove an alias.|\n\n---\n\n## **Project Structure**\n\n```plaintext\nPython-Terminal/\n│\n├── main.py            # Main script for the terminal interface\n├── file_system.py     # Handles file system and alias logic\n├── virtual_fs/        # Virtual file system root directory\n└── README.md          # Documentation (this file)\n```\n---\n\n## **Contributing**\n\nContributions are welcome! If you have suggestions for improvements or new features, feel free to:\n\n1.    Fork the repository.\n2.    Create a new branch.\n3.    Submit a pull request.\n\n---\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben2163%2Fterminal-emulator-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruben2163%2Fterminal-emulator-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben2163%2Fterminal-emulator-python/lists"}