sindresorhus / restore-cursor
Gracefully restore the CLI cursor on exit
☆38Updated 9 months ago
Alternatives and similar repositories for restore-cursor:
Users that are interested in restore-cursor are comparing it to the libraries listed below
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Expands symbolic links and prints the resolved absolute filepath☆26Updated 11 months ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Strip the final newline character from a string/buffer☆36Updated 6 months ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 2 months ago
- Break out of a promise chain☆23Updated 4 years ago
- fs read and write streams based on minipass☆20Updated 9 months ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆34Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if a file path is a binary file☆44Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Modify the values of an object☆27Updated 3 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Node's default require extensions as a separate module☆9Updated 2 years ago
- Lowercase the keys of an object☆40Updated last year
- Get the path of the caller module☆64Updated 3 years ago
- Check if a value is a regular expression☆24Updated 3 years ago
- Check if a value is an object☆40Updated 4 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Extract the username from a git remote origin URL.☆17Updated 7 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year