sindresorhus / tasklistLinks
Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on either a local or a remote computer.
☆67Updated 3 years ago
Alternatives and similar repositories for tasklist
Users that are interested in tasklist are comparing it to the libraries listed below
Sorting:
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Check if the process is running as administrator on Windows☆37Updated 3 years ago
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Look up environment settings specific to different operating systems.☆137Updated 4 years ago
- Get PID from a port☆79Updated 4 years ago
- Truncate a string to a specific width in the terminal☆87Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 2 years ago
- Check if something is a Node.js stream☆112Updated 8 months ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Get a random temporary file path☆80Updated 2 years ago
- Check if a process is running☆58Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Convert directories to glob compatible strings☆44Updated 5 years ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data☆52Updated 2 years ago
- Extract the actual stack of an error☆66Updated 2 years ago
- Lazy number range generator☆81Updated last year
- Wrapper for the Windows `taskkill` command. Ends one or more tasks or processes.☆42Updated 3 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- reschedulable setTimeout for you node needs☆37Updated last year
- Rename a function☆46Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Create an array without duplicates☆71Updated 4 years ago
- Get the path of the parent module☆77Updated last year
- Bike shed mutex lock implementation☆87Updated 3 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year