Fork of github.com/shu-go/vvin
Go to file
ShuheiKubota 73471073b4 add: README 2019-11-10 12:43:39 +09:00
.circleci add CircleCI config 2019-11-09 15:30:19 +09:00
LICENSE add: LICENSE 2019-11-10 12:15:44 +09:00
README.md add: README 2019-11-10 12:43:39 +09:00
go.mod initial commit 2019-11-09 15:26:01 +09:00
go.sum add: alpha command 2019-11-10 09:48:51 +09:00
vvin.go add: help msg 2019-11-10 12:09:09 +09:00

README.md

keep waking Windows up

Go Report Card MIT License

Usage

Sub commands:
  minimize, min     minimize/restore
  maximize, max     maximize/restore
  resize, move, mv  resize/move
  alpha             set alpha 0%(transparent) - 100%(opaque)
  topmost           set always on top/restore

Options:
  -t, --target WINDOW_TITLE  default to current window

minimize/restore

> ./vvin -t Notepad min

> ./vvin -t Notepad min --restore
> ./vvin -t Notepad min -r

resize

> ./vvin -t notepad resize -x 0 -y 0 -w 60% -h 100%

alpha

> ./vvin -t notepad alpha 75%

always on top

> ./vvin -t notepad topmost

> ./vvin -t notepad topmost --restore
> ./vvin -t notepad topmost -r