sindresorhus / text-extensions
List of text file extensions
☆55Updated 3 months ago
Alternatives and similar repositories for text-extensions:
Users that are interested in text-extensions are comparing it to the libraries listed below
- Detect the dominant newline character of a string☆55Updated last year
- Regular expression for matching reserved filename characters☆50Updated 2 years ago
- Check if a file path is a binary file☆44Updated 9 months ago
- List of binary file extensions☆81Updated 9 months ago
- Check if a string is a valid filename☆61Updated 3 years ago
- Check if a string is a URL☆84Updated last year
- Truncate a string to a specific width in the terminal☆86Updated last year
- Get the first path that exists on disk of multiple paths☆58Updated last year
- Make a function mimic another one☆94Updated 3 months ago
- Get a Gravatar image from an identifier, such as an email☆41Updated 3 years ago
- Check if your package was installed globally☆70Updated last year
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated 9 months ago
- Check if your code is running in a JXA environment☆31Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 3 months ago
- Convert a URL to a valid filename☆79Updated last year
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated 9 months ago
- Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`☆34Updated 3 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Get the default browser☆54Updated last year
- Detect whether a terminal emulator supports hyperlinks☆55Updated 5 months ago
- Turn an object into a string of HTML attributes☆49Updated last year
- Check if argv has a specific flag☆94Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆58Updated 9 months ago
- Check whether a request can be retried based on the `error.code`☆78Updated 2 years ago
- Stylelint shareable config for XO☆41Updated 8 months ago
- Regular expression for matching issue references☆49Updated 4 months ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Extract the article title of a HTML document☆54Updated 3 years ago
- Trim newlines from the start and/or end of a string☆48Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago