From dfc9bb59fe3bad7003874add4f5935aad78d3445 Mon Sep 17 00:00:00 2001 From: elmanuelito Date: Fri, 15 Jan 2016 10:01:50 +0100 Subject: [PATCH] _updated readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 355df64..e720f4d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # 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 : switch to the window of the process name + + + +## Installation +Compile. +Put the exe file somewhere in your system path.