windows-terminal-size

Get the terminal window size on Windows

MIT License

Stars
11
Committers
1

windows-terminal-size

Get the terminal window size on Windows

Works even when run non-interactively, for example, in a child process or when piped.

Install

Download the binary and put it somewhere in your %path%.

Usage

$ terminal-size
143
24

Where 143 are the number of columns and 24 are the number of rows.

Build

Install MinGW-w64 and run:

build

Related