sindresorhus / beeperLinks
Make your terminal beep
☆134Updated 2 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☆121Updated 3 months ago
- Check if the process is running with elevated privileges☆42Updated 4 years ago
- Convert a value to an array☆131Updated 4 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 3 years ago
- Truncate a string to a specific width in the terminal☆87Updated 3 weeks ago
- Check if a path exists☆154Updated 3 years ago
- Indent each line in a string☆113Updated 3 years ago
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Get the path to the user home directory☆160Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Check whether a package or organization name is available on npm☆171Updated last year
- Check if a path is a file, directory, or symlink☆79Updated last year
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Get the directory of globally installed packages and binaries☆76Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆143Updated 2 months ago
- Get your PATH prepended with locally installed binaries☆105Updated last year
- Get the visual width of the widest line in a string - the number of columns required to display it☆39Updated 2 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆62Updated last year
- Create an array without duplicates☆73Updated 4 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Cross-platform .zip file creation☆129Updated last year
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Generate a random integer☆88Updated 2 months ago
- Block users from running your app with root permissions☆99Updated 2 years ago
- Get the system locale☆227Updated 3 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Get tags from a remote git repo. Using only JS. No git binary required.☆50Updated 3 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year