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.
☆71Updated this week
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☆43Updated 4 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 3 years ago
- Rename a function☆46Updated 2 years ago
- Check if something is a Node.js stream☆115Updated last year
- Import a globally installed module☆59Updated 2 years ago
- Look up environment settings specific to different operating systems.☆137Updated 5 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Reliably get the terminal window size☆146Updated last week
- Read a chunk from a file☆125Updated last year
- Truncate a string to a specific width in the terminal☆88Updated 3 months ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Copy a file☆123Updated 5 months ago
- Extract the actual stack of an error☆68Updated 3 years ago
- Get the directory of globally installed packages and binaries☆77Updated this week
- Check if the process is running as administrator on Windows☆39Updated 4 years ago
- Write data to a random temporary file☆108Updated 2 weeks ago
- Check if it's the first time the process is run☆83Updated 4 months ago
- Create an array without duplicates☆74Updated 4 years ago
- Measure the time a promise takes to resolve☆72Updated 2 years ago
- Check if a path is a file, directory, or symlink☆80Updated this week
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Check if a process is running☆61Updated 4 years ago
- Lazy number range generator☆83Updated 2 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated 4 months ago
- Get a random temporary file path☆81Updated 2 weeks ago
- Convert the result of `process.hrtime()` to seconds, milliseconds, nanoseconds☆55Updated 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 2 years ago