1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Built-in catalog index. The `plugins` array decides the load
# order; each name corresponds to `plugins/<name>.toml`. Adding a
# package manager means adding a TOML file and listing its name
# here.
#
# `catalog_version` is the embedded catalog's schema version,
# bumped whenever an existing source's per-OS path or semantics
# changes. Users who pin `require_catalog = N` in their
# `pathlint.toml` get a config error if the running binary's
# version is below N. See docs/PRD.md ยง9.
= 4
= [
"user-binaries",
"cargo",
"go",
"npm",
"pip",
"mise",
"volta",
"aqua",
"asdf",
"winget",
"choco",
"scoop",
"windows_apps",
"perl",
"mingw",
"brew",
"macports",
"apt",
"pacman",
"dnf",
"flatpak",
"snap",
"termux",
"os_baseline",
]