Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use different console? #20

Open
littlewhitecloud opened this issue May 26, 2023 · 5 comments
Open

Use different console? #20

littlewhitecloud opened this issue May 26, 2023 · 5 comments
Labels
enhancement New feature or request improve Improvements
Milestone

Comments

@littlewhitecloud
Copy link
Owner

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 littlewhitecloud added enhancement New feature or request improve Improvements labels May 26, 2023
@Moosems
Copy link
Collaborator

Moosems commented May 26, 2023

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

@Moosems
Copy link
Collaborator

Moosems commented May 26, 2023

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.

@littlewhitecloud
Copy link
Owner Author

littlewhitecloud commented May 27, 2023

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
Copy link
Owner Author

littlewhitecloud commented May 27, 2023

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

@Moosems
Copy link
Collaborator

Moosems commented May 27, 2023

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!

@littlewhitecloud littlewhitecloud pinned this issue Jun 10, 2023
@littlewhitecloud littlewhitecloud added this to the v0.0.5 milestone Jun 13, 2023
@littlewhitecloud littlewhitecloud modified the milestones: v0.0.5, v0.0.4, v0.0.6 Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improve Improvements
Projects
None yet
Development

No branches or pull requests

2 participants