UniversalGUI / UGUI

Universal Graphical User Interface
http://UGUI.io
MIT License
205 stars 15 forks source link

How to use the same executable multiple times? #13

Open TenzoZero opened 2 years ago

TenzoZero commented 2 years ago

Hey!

So I started using this to make a simple GUI on a project I am doing and its really helpful so far but for the terminal commands, I would like to use multiple of the same command like xdg-open to open folders. I did it like PATH but I would want to use the command for another path.

I noticed in the video guide you had a .exe in the same folder which I assume is a script executable but when I tried to replicate that by putting the command in a .exe script it does not really work.

Can you explain that part on the executable?

Thank you.

TheJaredWilcurt commented 2 years ago

You'll have to show some code, or the CLI commands you want to generate.

TenzoZero commented 2 years ago

Sorry for the lack of info, here. I want to do it something like this :

<cmd executable="xdg-open">

      <arg>/home/kali/Downloads/</arg>

    </cmd>

    <cmd executable="xdg-open">

      <arg>/home/kali/Desktop/</arg>

    </cmd>

and with these commands from different forms.

I followed the guides that were available and I know if its just one command it works but I don't know how to use same commands on different forms as the id name could conflict and all. This is on a linux if it matters, since the guides were on windows.

TenzoZero commented 2 years ago

Hi!

Bumping to notify that I replied in the original thread. Hope you can help, Thanks.

On Fri, 12 Aug 2022, 2:40 am The Jared Wilcurt, @.***> wrote:

You'll have to show some code, or the CLI commands you want to generate.

— Reply to this email directly, view it on GitHub https://github.com/UniversalGUI/UGUI/issues/13#issuecomment-1212357427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWP4IGA2CKC3CZC7GQOVRODVYVCI3ANCNFSM56BA2LSQ . You are receiving this because you authored the thread.Message ID: @.***>