Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.05 KB

File metadata and controls

31 lines (19 loc) · 1.05 KB

Godot Terminal Plugin

Overview

Godot Terminal Plugin is a plugin for Godot Engine that provides a terminal-like interface. Users can enter commands to execute shell commands.

Features

  • Execute shell commands: Supports commands like cd, ls, pwd, and more.
  • Change directory: Use the cd command to navigate directories.
  • Display execution results: The output of executed commands is continuously displayed in the UI.

Installation

  1. Copy the plugin folder to the addons/godot_terminal_plugin/ directory in your Godot project.
  2. In the Godot Editor, go to Project -> Project Settings -> Plugins.
  3. Enable the Godot Terminal Plugin.
  4. Restart the Godot IDE.

Example

Example of Godot Terminal Plugin

Notes

  • Some commands may not be supported depending on the execution environment.
  • This plugin has only been tested on macOS. If you need support for Windows or Linux, feel free to contact us on GitHub, and let's build it together!

License

This project is licensed under the MIT License.