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.
-
DraftLog
๐ Create mutable log lines into the terminal, and give life to your logs! -
gradient-string
:rainbow: Beautiful color gradients in terminal output -
cli-truncate
Truncate a string to a specific width in the terminal
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
* 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.