sindresorhus / find-up-cli
Find a file by walking up parent directories
☆41Updated last year
Alternatives and similar repositories for find-up-cli:
Users that are interested in find-up-cli are comparing it to the libraries listed below
- Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli.☆66Updated 3 years ago
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns☆21Updated 3 years ago
- Find the root directory of a Node.js project or npm package☆25Updated last year
- Get the path to an app (macOS)☆48Updated 3 years ago
- Detect the file type of a file or stdin☆76Updated 3 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Get the fullname of the current user☆16Updated 11 months ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns☆26Updated 3 years ago
- Measure the difference between two strings using the Levenshtein distance algorithm☆47Updated 3 years ago
- Return a list of devices and their viewports☆61Updated 9 years ago
- Strip comments from CSS☆40Updated 3 years ago
- Get bundle name from a bundle identifier (macOS): com.apple.Safari → Safari☆17Updated 3 years ago
- Expands symbolic links and prints the resolved absolute filepath☆26Updated 9 months ago
- Check if hostnames are reachable or not☆25Updated 9 years ago
- Get the name of the current operating system☆20Updated last year
- Detect the indentation of code☆22Updated 3 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- Get the path to an app (macOS)☆63Updated 2 years ago
- Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s☆29Updated 9 months ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Updated 3 years ago
- Get all URLs in a text file or stdin☆45Updated 2 years ago
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆19Updated 2 years ago
- Get the GitHub repository URL from a NPM package name.☆21Updated 6 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Get user info of an npm user☆31Updated 11 months ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- Remove leading, trailing and repeated whitespace from a string☆39Updated 3 years ago
- Get the version of a binary in semver format☆35Updated 10 months ago
- Run programs with glob/globstar support, especially on Windows within npm scripts.☆21Updated last year
- Check if a string has ANSI escape codes☆45Updated 7 months ago