ansi-escapes
Terminal manipulator
A collection of functions for manipulating the terminal screen in various ways
ANSI escape codes for manipulating the terminal
496 stars
6 watching
44 forks
Language: JavaScript
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/terminal-image | Displays images in terminals using ANSI escape codes and optionally scales them to fit the terminal window. | 979 |
sindresorhus/terminal-size | A utility to reliably determine the size of the terminal window in command-line applications. | 140 |
sindresorhus/figures | A utility package providing fallback characters for terminal output to ensure compatibility with older systems | 594 |
sindresorhus/cli-boxes | A set of pre-defined terminal boxes and arrow symbols in TypeScript | 96 |
sindresorhus/terminal-link | A library that creates clickable links in the terminal | 619 |
sindresorhus/clear-cli | A utility script to clear the terminal screen on various platforms. | 44 |
sindresorhus/dot-prop | A library to access properties within nested objects using a dot notation | 817 |
sindresorhus/get-port | A utility function to retrieve an available TCP port number | 874 |
sindresorhus/cli-cursor | Library for controlling the CLI cursor | 103 |
sindresorhus/terminal-image-cli | Tools to display images in the terminal with color support and animated GIFs | 271 |
sindresorhus/run-electron | Simplifies running Electron applications by suppressing unnecessary output. | 197 |
sindresorhus/escape-string-regexp | Escapes special characters in regular expressions to ensure safe string insertion | 582 |
ameerthehacker/deno-cli-spinners | A package providing pre-built terminal spinner functionality for Deno applications. | 58 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |
issue9/term | A library providing functions to control terminal output using ANSI escape codes and colors. | 39 |