Command line implementation of wmctrl for windows (pseudo-equivalent)
Go to file
2016-01-15 10:01:50 +01:00
_dev First version of wmctrl with -l and -a options 2016-01-14 17:24:09 +01:00
_ref _adding man page of wmctrl 2016-01-13 21:10:36 +01:00
.gitignore First version of wmctrl with -l and -a options 2016-01-14 17:24:09 +01:00
Makefile First version of wmctrl with -l and -a options 2016-01-14 17:24:09 +01:00
README.md _updated readme 2016-01-15 10:01:50 +01:00
wmctrl.cs First version of wmctrl with -l and -a options 2016-01-14 17:24:09 +01:00

wmctrl-for-windows

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 : switch to the window of the process name

Installation

Compile. Put the exe file somewhere in your system path.