sindresorhus / tasklist
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.
☆66Updated 3 years ago
Alternatives and similar repositories for tasklist:
Users that are interested in tasklist are comparing it to the libraries listed below
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- Check if the process is running as administrator on Windows☆37Updated 3 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Import a globally installed module☆57Updated last year
- Check if something is a Node.js stream☆110Updated 2 months ago
- Check if a string matches the name of a Node.js builtin module☆58Updated 8 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago
- Extract the actual stack of an error☆66Updated 2 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 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 last year
- Get the path of the parent module☆77Updated last year
- Use the browser Fetch API from the main process in Electron☆34Updated 8 months ago
- Simple wildcard matching☆34Updated 3 years ago
- Check if a path is a file, directory, or symlink☆77Updated 5 months ago
- Get the path of the caller module☆64Updated 3 years ago
- Easy way to create a Readable Stream☆70Updated 7 years ago
- Check if a process is running☆58Updated 3 years ago
- Copy a file☆121Updated last year
- Get PID from a port☆80Updated 4 years ago
- Check if your package was installed globally☆70Updated last year
- Indent each line in a string☆112Updated 2 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆74Updated 3 years ago
- A ternary stream: conditionally control the flow of stream data☆36Updated 4 years ago
- Iterate over promises serially☆50Updated 2 years ago