TkTerminal icon indicating copy to clipboard operation
TkTerminal copied to clipboard

Use different console?

Open littlewhitecloud opened this issue 2 years ago • 5 comments

Actually, I make this project because I want to make a Terminal tkinter version (See mincrosoft's Teminal: https://github.com/microsoft/terminal). But now, the repo stores terminal widget and I think we can specified a console and run commands on it. image Just like the picture shows: we can use Visual Studio 2022 Developer PowerShell and cmd.exe.

littlewhitecloud avatar May 26 '23 11:05 littlewhitecloud

So you want what exactly? I'm not quite sure what you're looking for.

Moosems avatar May 26 '23 14:05 Moosems

If you want this to make fully self-contained app, that's pretty simple. I would make a sister repo using Pyinstaller Builds that uses the package and set a few things like the Menu and whatnot. I'd be happy to help set that up :D. With the current pypi builds, I need to put in my pypi username and password so if those permissions could be given, I could set that up. If you want to make those secrets then you can do it too.

Moosems avatar May 26 '23 15:05 Moosems

So you want what exactly? I'm not quite sure what you're looking for.

My English is still not very good. I mean we can run commands on different consoles. Not only cmd.exe. For example, just like if we use powershell as console, we can use "ls" command and we can't use "ls" on cmd.exe. We can choose different consoles we like as our console. (...)

littlewhitecloud avatar May 27 '23 01:05 littlewhitecloud

If you want this to make fully self-contained app, that's pretty simple. I would make a sister repo using Pyinstaller Builds that uses the package and set a few things like the Menu and whatnot. I'd be happy to help set that up :D. With the current pypi builds, I need to put in my pypi username and password so if those permissions could be given, I could set that up. If you want to make those secrets then you can do it too.

Thanks for your kind! I mean maybe I will create a new repo named "Terminal" based on this project and my "CustomTkinterTitlebar" to make a tkinter version "Terminal".

Also, upload to pypi is in need, I will take time to learn how to set secrets

littlewhitecloud avatar May 27 '23 01:05 littlewhitecloud

My English is still not very good. I mean we can run commands on different consoles. Not only cmd.exe. For example, just like if we use powershell as console, we can use "ls" command and we can't use "ls" on cmd.exe. We can choose different consoles we like as our console. (...)

So like changing from bash to shell! That makes sense, great idea!

Moosems avatar May 27 '23 11:05 Moosems