indent-string-cli
Line Indentation Tool
A command-line tool for indenting lines of text
Indent each line in a string
5 stars
7 watching
0 forks
Language: JavaScript
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
sindresorhus/detect-indent | A tool to automatically detect and apply consistent indentation in text files. | 196 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
sindresorhus/parse-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
sindresorhus/splice-string | A utility function to remove or replace parts of a string | 23 |
sindresorhus/cli-cursor | Library for controlling the CLI cursor | 103 |
sindresorhus/del-cli | A utility for permanently deleting files and directories with optional safety features. | 315 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |
sindresorhus/string-width | Calculates the visual width of a string based on its Unicode characters and formatting options | 479 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/hook-std | A library to capture and modify output from the standard streams in Node.js applications. | 54 |
sindresorhus/math-clamp | A utility function to limit a value within a specified range | 14 |