sindresorhus / beeper
Make your terminal beep
☆133Updated 2 years ago
Alternatives and similar repositories for beeper:
Users that are interested in beeper are comparing it to the libraries listed below
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 2 years ago
- Get a random temporary file path☆79Updated last year
- Copy a file☆121Updated last year
- Convert a value to an array☆130Updated 3 years ago
- Check whether a package or organization name is available on npm☆168Updated 11 months ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if a path exists☆150Updated 2 years ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- Import a globally installed module☆57Updated last year
- Returns an array filled with the specified input☆42Updated 2 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆82Updated 5 months ago
- Truncate a string to a specific width in the terminal☆86Updated last year
- Cross-platform .zip file creation☆130Updated 11 months ago
- Get the path of the caller module☆64Updated 3 years ago
- Get the path to the user home directory☆161Updated 3 years ago
- Extract the article title of a HTML document☆54Updated 3 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆111Updated 4 years ago
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Detect the indentation of code☆196Updated last year
- Get tags from a remote git repo. Using only JS. No git binary required.☆49Updated 2 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆52Updated 5 years ago
- Replace all substring matches in a string☆88Updated 3 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated 9 months ago
- Toggle the CLI cursor☆106Updated 5 months ago
- Check if a path is a file, directory, or symlink☆77Updated 5 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 3 years ago
- Create an array without duplicates☆70Updated 3 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago