-
Notifications
You must be signed in to change notification settings - Fork 120
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
Desktop Application #305
Labels
Comments
fkorotkov
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Nov 6, 2022
This was referenced Nov 6, 2022
Closed
Just a quick shout out to @vitorgalvao for creating an Alfredo workflow: |
Closed
Great suggestion! If you use Flutter, I can contribute since I have some experiences of it. |
Closing as not planned at the moment. Might re-open in the future but no plans at the moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now Tart is specifically a CLI tool that is meant to be integrated into some other system or run from a terminal. And Tart is daemon-less, meaning that to stop a VM one need to kill
tart
process.For more user friendly experience, let's consider creating
Tart.App
with some UI similar to what Parallels has:So a user can view a list of VMs, can change config, start and stop them, etc.
The text was updated successfully, but these errors were encountered: