MASSHUU12 / godot-yat

YAT is an plugin that provides a customizable, in-game terminal for your Godot (C#) project.
https://godotengine.org/asset-library/asset/2324
MIT License
135 stars 5 forks source link

Allow calling Quick Commands w/o GUI #275

Closed MASSHUU12 closed 6 months ago

MASSHUU12 commented 6 months ago

Is your feature request related to a problem? Please describe. At the moment, aliases can only be created when creating a command. There should be a way for users to dynamically define their own aliases.

Describe the solution you'd like Custom aliases should be saved the same way as preferences are. Defining aliases should be done via a new command. Calling commands via aliases should work similar to Quick Commands (w/o GUI). Just allow calling Quick Commands w/o GUI.

Describe alternatives you've considered -

Additional context -