hypy icon indicating copy to clipboard operation
hypy copied to clipboard

Multiplatform Hyper-V Manager using Python and freeRDP

Results 9 hypy issues
Sort by recently updated
recently updated
newest added

Before sending commands, verify if there is already a user connected to the vm and prompt the user to proceed or cancel. This can be accomplished by running a custom...

enhancement

In the README.md file it's said that hypy.py file is the handler for any interfacing with Hyper-V, but I couldn't find it. Could you help me, please?

Show ip address in machine list

good first issue

enhancement
good first issue
Hacktoberfest

Whenever there are more than one snapshot with the same name, an exception is raised on "rm" or "restore" actions passing the name as it's identity.

good first issue
Hacktoberfest

hypy uses the checkpoint name to find out which one to restore. If there are two checkpoints with the same name, the powershell will emit a error message trying to...

enhancement
good first issue
Hacktoberfest

Create a subcommand that allows copying files between client machine and remote virtual machine. The virtual machine can be specified by index or name. This can be done using hyper-v...

enhancement

The /cert-ignore of xfreerdp command has been deprecated. The new flag is /cert:ignore. Linux still has the old flag active but mac version already removed it.

bug

maybe someone could add a local execution of the commands to: - [hypy/hypy/modules/hvclient.py run_ps()](https://github.com/avanzzzi/hypy/blob/207cc3019d7f5585cf3b73feda30fadf1e699362/hypy/modules/hvclient.py#L322C5-L322C11) that way you can use python on a local hyper-v machine to manage vm's