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:
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Extract the actual stack of an error☆66Updated 2 years ago
- Check if the process is running as administrator on Windows☆37Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Look up environment settings specific to different operating systems.☆137Updated 4 years ago
- Wrapper for the Windows `taskkill` command. Ends one or more tasks or processes.☆42Updated 2 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Check if something is a Node.js stream☆112Updated 7 months ago
- Check if a process is running☆58Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Rename a function☆46Updated last year
- Import a globally installed module☆58Updated last year
- Truncate a string to a specific width in the terminal☆87Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Copy a file☆120Updated last year
- Transform the first chunk in a stream☆26Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated 2 months 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
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- Lazy number range generator☆81Updated last year
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆75Updated 4 years ago
- Simple wildcard matching☆34Updated 3 years ago
- Get the set npm registry URL☆55Updated last month
- Get the path of the parent module☆77Updated last year
- Iterate over promises serially☆50Updated 2 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆52Updated 5 years ago