term-size alternatives and similar modules
Based on the "Command-line utilities" category.
Alternatively, view term-size alternatives based on common mentions on social networks and blogs.
-
listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of term-size or a related project?
Popular Comparisons
README
term-size
Reliably get the terminal window size
Because process.stdout.columns
doesn't exist when run non-interactively, for example, in a child process or when piped. This module even works when all the TTY file descriptors are redirected!
Confirmed working on macOS, Linux, and Windows.
Install
$ npm install term-size
Usage
const termSize = require('term-size');
termSize();
//=> {columns: 143, rows: 24}
API
termSize()
Returns an object
with columns
and rows
properties.
Info
The bundled macOS binary is signed and hardened.
Related
- term-size-cli - CLI for this module
Get professional support for this package with a Tidelift subscription Tidelift helps make open source sustainable for maintainers while giving companiesassurances about security, maintenance, and licensing for their dependencies.