tasklist(latest: 5.0.0) 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.
parse-columns(latest: 3.0.0) Parse text columns, like the output of Unix commands
valid-filename(latest: 4.0.0) Check if a string is a valid filename
mem(latest: 10.0.0) Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
locate-path(latest: 7.2.0) Get the first path that exists on disk of multiple paths
string-width(latest: 7.0.0) Get the visual width of a string - the number of columns required to display it
get-east-asian-width(latest: 1.2.0) Determine the East Asian Width of a Unicode character
unicorn-magic(latest: 0.1.0) Some useful utilities I often need
domify(latest: 2.0.0) Turn a HTML string into DOM elements, cross-platform
find-up(latest: 7.0.0) Find a file or directory by walking up parent directories
find-up-simple(latest: 1.0.0) Find a file or directory by walking up parent directories — Zero dependencies
p-map(latest: 7.0.1) Map over promises concurrently
figures(latest: 6.0.1) Unicode symbols with fallbacks for older terminals
wrap-ansi(latest: 9.0.0) Wordwrap a string with ANSI escape codes
is-unicode-supported(latest: 2.0.0) Detect whether the terminal supports Unicode
cli-spinners(latest: 2.9.2) Spinners for use in the terminal
log-symbols(latest: 6.0.0) Colored symbols for various log levels. Example: `✔︎ Success`
stdin-discarder(latest: 0.2.2) Discard stdin input except for Ctrl+C
open(latest: 10.0.3) Open stuff like URLs, files, executables. Cross-platform.