mirror of
https://github.com/peter-tanner/wmctrl-for-windows.git
synced 2024-11-30 11:10:16 +08:00
_updated readme
This commit is contained in:
parent
95e6b0d379
commit
dfc9bb59fe
23
README.md
23
README.md
|
@ -1,2 +1,23 @@
|
||||||
# wmctrl-for-windows
|
# wmctrl-for-windows
|
||||||
Command line implementation of wmctrl for windows (pseudo-equivalent)
|
Command line implementation of wmctrl for windows (pseudo-equivalent).
|
||||||
|
Only few features of the linux tool wmctrl are implemented so far, that is:
|
||||||
|
- List the window titles, process name and ID
|
||||||
|
- Switch the focus to a given window
|
||||||
|
|
||||||
|
The program is written in C-sharp.
|
||||||
|
This repository contains the source code, compatible Mono or Microsoft.
|
||||||
|
|
||||||
|
## Features/ usage
|
||||||
|
|
||||||
|
usage: wmctrl [options] [args]
|
||||||
|
|
||||||
|
options:
|
||||||
|
-h : show this help
|
||||||
|
-l : list windows
|
||||||
|
-a <PNAME> : switch to the window of the process name <PNAME>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Compile.
|
||||||
|
Put the exe file somewhere in your system path.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user