sindresorhus / process-existsLinks
Check if a process is running
☆60Updated 4 years ago
Alternatives and similar repositories for process-exists
Users that are interested in process-exists are comparing it to the libraries listed below
Sorting:
- Check if the process is running with elevated privileges☆42Updated 4 years ago
- Log the value/error of a promise☆27Updated 4 years ago
- Check if the process is running as administrator on Windows☆38Updated 4 years ago
- Wordwrap a string with ANSI escape codes☆130Updated 2 months ago
- Copy a file☆121Updated 2 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if argv has a specific flag☆94Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Check if your package was installed globally☆69Updated 2 years ago
- Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on eith…☆70Updated 4 years ago
- Truncate a string to a specific width in the terminal☆87Updated 2 weeks ago
- Get the real path of the system temp directory☆82Updated 3 years ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- Get the directory of globally installed packages and binaries☆76Updated 2 years ago
- Indent each line in a string☆113Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- Exit the process when the `esc` key is pressed☆57Updated last year
- Regular expression for matching issue references☆49Updated last year
- Get your PATH prepended with locally installed binaries☆104Updated last year
- Get a random temporary file path☆80Updated 2 years ago
- Get the default network gateway, cross-platform.☆89Updated last year
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Get the $PATH from the shell☆73Updated 2 months ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Make a function mimic another one☆96Updated last year
- Simple cache config handling for your app or module☆21Updated 8 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆62Updated last year
- Get the first path that exists on disk of multiple paths☆60Updated last month
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago