tiny-cursor

A tiny library for hiding and showing the cursor in the terminal

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A tiny library for hiding and showing the cursor in the terminal.

Commands

tiny-cursor

Examples

Hide the cursor in your terminal application$ tiny-cursor hide
Show the cursor in your terminal application$ tiny-cursor show
Use tiny-cursor in a shell script to manage cursor visibility$ tiny-cursor hide && sleep 2 && tiny-cursor show