Command line implementation of wmctrl for windows (pseudo-equivalent)
Go to file
2020-01-08 13:56:50 +08:00
_bin Adding binary 2017-06-17 11:42:45 +02: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 Adding binary 2017-06-17 11:42:45 +02:00
Makefile Added -p and -b flag 2020-01-08 13:56:50 +08:00
README.md Added -p and -b flag 2020-01-08 13:56:50 +08:00
wmctrl.cs Added -p and -b flag 2020-01-08 13:56:50 +08:00

wmctrl-for-windows

This is a fork of https://github.com/ebranlard/wmctrl-for-windows with two new flags added for PID and process title :D

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 (Based on process title, process name or PID)

The program is written in C-sharp. This repository contains the latest binary and the source code (compatible Mono or Microsoft).

Binaries

You can get the binaries from the releases tab of this repo

Features/ usage

usage: wmctrl [options] [args]

options: -h : show this help -l : list windows -a : switch to the window of the process name -b : switch to the window of the process title -p : switch to the window of the process ID

Compilation

Compile (using Mono or Miscrosoft Visual Studio tools). You can use the Makefile provided in this repository. (You need csc.exe or mcs.exe in your system path)

Installation

Put the exe file somewhere in your system path.