Popularity
1.8
Stable
Activity
0.0
Stable
96
6
10

Programming language: JavaScript
License: MIT License
Tags: Ansi     Command Line Utilities     Console     Term     Terminal     CLI     Tty     Command-line     Shell     Cursor     Hide     Show     Display     Toggle    
Latest version: v3.1.0

cli-cursor alternatives and similar modules

Based on the "Command Line Utilities" category.
Alternatively, view cli-cursor alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cli-cursor or a related project?

Add another 'Command Line Utilities' Module

README

cli-cursor

Toggle the CLI cursor

The cursor is gracefully restored if the process exits.

Install

$ npm install cli-cursor

Usage

const cliCursor = require('cli-cursor');

cliCursor.hide();

const unicornsAreAwesome = true;
cliCursor.toggle(unicornsAreAwesome);

API

.show(stream?)

.hide(stream?)

.toggle(force?, stream?)

force

Useful for showing or hiding the cursor based on a boolean.

stream

Type: stream.Writable Default: process.stderr


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.