sindresorhus / beeperLinks
Make your terminal beep
☆134Updated 3 years 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 last year
- Convert a value to an array☆129Updated 3 years ago
- Check if a path exists☆151Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 3 years ago
- Indent each line in a string☆113Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Truncate a string to a specific width in the terminal☆87Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆140Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Get the path to the user home directory☆160Updated 4 years ago
- Create an array without duplicates☆71Updated 4 years ago
- Check if argv has a specific flag☆95Updated 3 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Check whether a package or organization name is available on npm☆170Updated last year
- Check if your package was installed globally☆70Updated last year
- Find multiple RegExp matches in a string☆92Updated 3 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Check if it's the first time the process is run☆78Updated 3 years ago
- Generate a random integer☆86Updated 4 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated 11 months ago
- Randomize the order of items in an array☆105Updated 2 years ago
- Wordwrap a string with ANSI escape codes☆126Updated last year
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Check if something is a Node.js stream☆112Updated 8 months ago
- Toggle the CLI cursor☆110Updated 11 months ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago