digitalcreations / MaxTo

Public issue tracker for MaxTo
https://docs.maxto.net
76 stars 5 forks source link

CLI support #224

Closed vegardlarsen closed 6 years ago

vegardlarsen commented 6 years ago

A few things need to happen for CLI support to ship. We want to support roughly the following syntax: maxto [<category>] <command> [-<parameter> <value>]

This allows for commands such as

maxto window move -VirtualDesktop 2 -Region 0,0
maxto window focus -Window notepad
maxto preset load -Monitor $current -Name "Test"
maxto launch "%WinDir\notepad.exe"

We'll be assigning categories to all existing commands as follows:

Tasks:

vegardlarsen commented 6 years ago

This has been implemented and will be released in a preview release shortly.