sindresorhus / beeperLinks
Make your terminal beep
☆135Updated 3 months ago
Alternatives and similar repositories for beeper
Users that are interested in beeper are comparing it to the libraries listed below
Sorting:
- Copy a file☆122Updated 4 months ago
- Check if a path exists☆155Updated 3 years ago
- Truncate a string to a specific width in the terminal☆88Updated 2 months ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 3 years ago
- Convert a value to an array☆133Updated 4 years ago
- Check if the process is running with elevated privileges☆43Updated 4 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Get the system locale☆228Updated 4 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Get the path to the user home directory☆159Updated 4 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Generate a random integer☆89Updated 3 months ago
- Create an array without duplicates☆74Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 3 months ago
- Check if it's the first time the process is run☆82Updated 3 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- Indent each line in a string☆114Updated 3 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆145Updated 3 months ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆161Updated 3 months ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Check if something is a promise☆46Updated 4 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- Wordwrap a string with ANSI escape codes☆130Updated 3 months ago
- Check whether a package or organization name is available on npm☆171Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆63Updated last year