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

Add a 'desktop' subcommand #170

Open
docwhat opened this issue Feb 4, 2015 · 0 comments
Open

Add a 'desktop' subcommand #170

docwhat opened this issue Feb 4, 2015 · 0 comments
Labels
Type: Enhancement Adds new functionality.

Comments

@docwhat
Copy link

docwhat commented Feb 4, 2015

It would be cool to have a 'desktop' subcommand that opened the correct Microsoft Remote Desktop application.

You can do this by constructing an rdp_uri and passing it to the correct program.

An example rdp_uri: rdp://full%20address=s:10.0.0.15&username=s:Administrator

You then pass this to the proper program on the OS:

  • OS X: Use the open command.
  • Linux: Use the xdg-open command.
  • Windows: Pass it to Explorer.

It could use the same winrm_user and winrm_password values. It would make bug #169 all that more useful too.

@tas50 tas50 added Type: Enhancement Adds new functionality. and removed New Feature labels Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

3 participants