[[command]]
name = "arch"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#arch-invocation"
level = "Inert"
bare = true
max_positional = 0
standalone = ["--help", "--version", "-V", "-h"]
[[command]]
name = "cal"
url = "https://man7.org/linux/man-pages/man1/cal.1.html"
level = "Inert"
bare = true
max_positional = 2
standalone = [
"--help", "--monday", "--sunday", "--three", "--version", "--year",
"-1", "-3", "-V", "-h", "-j", "-m", "-s", "-w", "-y",
]
valued = ["-A", "-B", "-d", "-n"]
[[command]]
name = "dust"
url = "https://github.com/bootandy/dust#readme"
level = "Inert"
bare = true
standalone = [
"--bars-on-right", "--files0-from", "--help", "--ignore-all-in-file", "--invert-filter", "--no-colors",
"--no-percent-bars", "--only-dir", "--only-file", "--skip-total", "--version",
"-D", "-F", "-H", "-P", "-R", "-S", "-V", "-b", "-c", "-f", "-h", "-i", "-p", "-r", "-s",
]
valued = [
"--depth", "--exclude", "--filter", "--terminal_width",
"-M", "-X", "-d", "-e", "-n", "-t", "-v", "-w", "-z",
]
[[command]]
name = "free"
url = "https://man7.org/linux/man-pages/man1/free.1.html"
level = "Inert"
bare = true
max_positional = 0
standalone = [
"--bytes", "--gibi", "--giga", "--help", "--human", "--kibi", "--kilo",
"--lohi", "--mebi", "--mega", "--si", "--tebi", "--tera",
"--total", "--version", "--wide",
"-V", "-b", "-g", "-h", "-k", "-l", "-m", "-t", "-v", "-w",
]
valued = ["--count", "--seconds", "-c", "-s"]
[[command]]
name = "groups"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#groups-invocation"
level = "Inert"
bare = true
standalone = ["--help", "--version", "-V", "-h"]
[[command]]
name = "htop"
url = "https://htop.dev/"
level = "Inert"
bare = true
max_positional = 0
standalone = [
"--help", "--no-color", "--no-mouse", "--no-unicode", "--tree", "--version",
"-C", "-H", "-M", "-V", "-h", "-t",
]
valued = [
"--delay", "--filter", "--highlight-changes", "--pid", "--sort-key", "--user",
"-F", "-d", "-p", "-s", "-u",
]
[[command]]
name = "id"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#id-invocation"
level = "Inert"
bare = true
max_positional = 1
standalone = [
"--context", "--group", "--groups", "--help", "--name",
"--real", "--user", "--version", "--zero",
"-G", "-V", "-Z", "-g", "-h", "-n", "-p", "-r", "-u", "-z",
]
[[command]]
name = "ioreg"
url = "https://ss64.com/mac/ioreg.html"
level = "Inert"
bare = true
max_positional = 0
standalone = [
"--help", "--version",
"-S", "-V", "-a", "-b", "-f", "-h", "-i", "-l", "-r", "-t", "-x",
]
valued = ["-c", "-d", "-k", "-n", "-p", "-w"]
[[command]]
name = "iotop"
url = "https://man7.org/linux/man-pages/man8/iotop.8.html"
level = "Inert"
bare = true
max_positional = 0
standalone = [
"--accumulated", "--batch", "--help", "--kilobytes", "--only",
"--processes", "--quiet", "--version",
"-P", "-V", "-a", "-b", "-h", "-k", "-o", "-q", "-t",
]
valued = ["--delay", "--iter", "--pid", "--user", "-d", "-n", "-p", "-u"]
[[command]]
name = "last"
url = "https://man7.org/linux/man-pages/man1/last.1.html"
level = "Inert"
bare = true
standalone = [
"--dns", "--fullnames", "--fulltimes", "--help", "--hostlast",
"--ip", "--nohostname", "--system", "--time-format", "--version",
"-0", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9",
"-F", "-R", "-V", "-a", "-d", "-h", "-i", "-w", "-x",
]
valued = [
"--limit", "--present", "--since", "--time-format", "--until",
"-f", "-n", "-p", "-s", "-t",
]
[[command]]
name = "lastlog"
url = "https://man7.org/linux/man-pages/man8/lastlog.8.html"
level = "Inert"
bare = true
max_positional = 0
standalone = ["--help", "--version", "-V", "-h"]
valued = ["--before", "--time", "--user", "-b", "-t", "-u"]
[[command]]
name = "locale"
url = "https://man7.org/linux/man-pages/man1/locale.1.html"
level = "Inert"
bare = true
standalone = [
"--all-locales", "--category-name", "--charmaps",
"--help", "--keyword-name", "--verbose", "--version",
"-V", "-a", "-c", "-h", "-k", "-m", "-v",
]
[[command]]
name = "lsblk"
url = "https://man7.org/linux/man-pages/man8/lsblk.8.html"
level = "Inert"
bare = true
standalone = [
"--all", "--ascii", "--bytes", "--dedup", "--discard",
"--fs", "--help", "--inverse", "--json", "--list", "--merge",
"--nodeps", "--noheadings", "--output-all", "--pairs",
"--paths", "--perms", "--raw", "--scsi", "--topology",
"--tree", "--version", "--zoned",
"-A", "-J", "-O", "-P", "-S", "-T", "-V",
"-a", "-b", "-d", "-f", "-h", "-i", "-l", "-m", "-n", "-p", "-r", "-s", "-t", "-z",
]
valued = ["--exclude", "--include", "--output", "--sort", "--width", "-E", "-I", "-e", "-o", "-w", "-x"]
[[command]]
name = "lsof"
url = "https://man7.org/linux/man-pages/man8/lsof.8.html"
level = "Inert"
bare = true
standalone = [
"--help", "--version",
"-C", "-G", "-M", "-N", "-O", "-P", "-R", "-U", "-V", "-X",
"-b", "-h", "-l", "-n", "-t", "-w", "-x",
]
valued = ["-F", "-S", "-T", "-a", "-c", "-d", "-g", "-i", "-k", "-o", "-p", "-r", "-s", "-u"]
[[command]]
name = "nproc"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#nproc-invocation"
level = "Inert"
bare = true
max_positional = 0
standalone = ["--all", "--help", "--version", "-V", "-h"]
valued = ["--ignore"]
[[command]]
name = "pgrep"
url = "https://man7.org/linux/man-pages/man1/pgrep.1.html"
level = "Inert"
bare = false
standalone = [
"--count", "--delimiter", "--full", "--help", "--inverse",
"--lightweight", "--list-full", "--list-name",
"--newest", "--oldest", "--version",
"-L", "-V", "-a", "-c", "-f", "-h", "-i", "-l", "-n", "-o", "-v", "-w", "-x",
]
valued = [
"--euid", "--group", "--parent", "--pgroup", "--pidfile",
"--session", "--terminal", "--uid",
"-F", "-G", "-P", "-U", "-d", "-g", "-s", "-t", "-u",
]
[[command]]
name = "procs"
url = "https://github.com/dalance/procs#readme"
level = "Inert"
bare = true
standalone = [
"--help", "--no-header", "--or", "--tree", "--version", "--watch-interval",
"-V", "-h", "-l", "-t",
]
valued = [
"--color", "--completion", "--config", "--gen-completion",
"--insert", "--only", "--pager", "--sorta", "--sortd", "--theme",
"-i", "-w",
]
[[command]]
name = "ps"
url = "https://man7.org/linux/man-pages/man1/ps.1.html"
level = "Inert"
bare = true
standalone = [
"--cumulative", "--deselect", "--forest", "--headers", "--help", "--info",
"--no-headers", "--version",
"-A", "-C", "-H", "-L", "-M", "-N", "-S", "-T", "-V", "-Z",
"-a", "-c", "-d", "-e", "-f", "-h", "-j", "-l", "-m", "-r", "-v", "-w", "-x",
]
valued = [
"--cols", "--columns", "--format", "--group", "--pid",
"--ppid", "--rows", "--sid", "--sort", "--tty", "--user", "--width",
"-G", "-O", "-U", "-g", "-n", "-o", "-p", "-s", "-t", "-u",
]
[[command]]
name = "sleep"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#sleep-invocation"
level = "Inert"
bare = false
standalone = ["--help", "--version", "-V", "-h"]
[[command]]
name = "sw_vers"
url = "https://ss64.com/mac/sw_vers.html"
level = "Inert"
bare = true
max_positional = 0
standalone = [
"--buildVersion", "--help", "--productName",
"--productVersion", "--productVersionExtra", "--version",
"-V", "-h",
]
[[command]]
name = "system_profiler"
url = "https://ss64.com/mac/system_profiler.html"
level = "Inert"
bare = true
standalone = [
"--help", "--json", "--version", "--xml",
"-V", "-h", "-json", "-listDataTypes", "-nospinner", "-xml",
]
valued = ["-detailLevel", "-timeout"]
[[command]]
name = "top"
url = "https://man7.org/linux/man-pages/man1/top.1.html"
level = "Inert"
bare = true
standalone = [
"--help", "--version",
"-1", "-B", "-E", "-H", "-S", "-V", "-b", "-c", "-e", "-h", "-i",
]
valued = ["-F", "-O", "-U", "-d", "-f", "-l", "-n", "-o", "-p", "-s", "-u", "-w"]
[[command]]
name = "tty"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#tty-invocation"
level = "Inert"
bare = true
max_positional = 0
standalone = ["--help", "--quiet", "--silent", "--version", "-V", "-h", "-s"]
[[command]]
name = "uname"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#uname-invocation"
level = "Inert"
bare = true
max_positional = 0
standalone = [
"--all", "--help", "--kernel-name", "--kernel-release",
"--kernel-version", "--machine", "--nodename",
"--operating-system", "--processor", "--version",
"-V", "-a", "-h", "-m", "-n", "-o", "-p", "-r", "-s", "-v",
]
[[command]]
name = "uptime"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#uptime-invocation"
level = "Inert"
bare = true
max_positional = 0
standalone = ["--help", "--pretty", "--since", "--version", "-V", "-h", "-p", "-s"]
[[command]]
name = "vm_stat"
url = "https://ss64.com/mac/vm_stat.html"
level = "Inert"
bare = true
max_positional = 1
standalone = ["--help", "--version", "-V", "-h"]
valued = ["-c"]
[[command]]
name = "w"
url = "https://man7.org/linux/man-pages/man1/w.1.html"
level = "Inert"
bare = true
max_positional = 1
standalone = [
"--from", "--help", "--ip-addr", "--no-current", "--no-header",
"--old-style", "--short", "--version",
"-V", "-f", "-h", "-i", "-o", "-s", "-u",
]
[[command]]
name = "who"
url = "https://www.gnu.org/software/coreutils/manual/coreutils.html#who-invocation"
level = "Inert"
bare = true
max_positional = 2
standalone = [
"--all", "--boot", "--count", "--dead", "--heading",
"--help", "--login", "--lookup", "--mesg", "--message", "--process",
"--runlevel", "--short", "--time", "--users", "--version", "--writable",
"-H", "-S", "-T", "-V", "-a", "-b", "-d",
"-h", "-l", "-m", "-p", "-q", "-r", "-s", "-t", "-u", "-w",
]