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 3 months ago
- Truncate a string to a specific width in the terminal☆88Updated last month
- Check if the process is running with elevated privileges☆43Updated 4 years ago
- Check if a path exists☆155Updated 3 years ago
- Get the path to the user home directory☆160Updated 4 years ago
- Convert a value to an array☆132Updated 4 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 3 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`☆144Updated 2 months ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Get a random temporary file path☆81Updated 2 years ago
- Check if argv has a specific flag☆95Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Get the system locale☆228Updated 3 years ago
- Generate a random integer☆89Updated 2 months ago
- Look up environment settings specific to different operating systems.☆137Updated 4 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆39Updated 2 years ago
- Ensure a function is only called once☆164Updated 2 years ago
- Get your PATH prepended with locally installed binaries☆106Updated last year
- Check if a path is a file, directory, or symlink☆80Updated last year
- Check if it's the first time the process is run☆82Updated 2 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Check if a process is running☆60Updated 4 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Check if something is a Node.js stream☆115Updated last year
- Create an array without duplicates☆74Updated 4 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago