We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Installed packages are readable through zinc://packages.
zinc://packages
Zinc records the installed package root and source URI. File reads go back to the installed package directory.
zn read zinc://packages
zn read zinc://packages/openai-responses/manifest
zn read zinc://packages/openai-responses/manifest/neighbors zn read zinc://packages/openai-responses/manifest/surfaces/responses
The path after manifest/ is navigated through zinc.pkg.yaml.
manifest/
zinc.pkg.yaml
zn read zinc://packages/openai-responses/files/surfaces/responses.py
The path after files/ is joined under the installed package root. Zinc rejects . and .. segments.
files/
.
..
Manifest navigation reads package facts and files. It does not install missing packages or resolve neighbors.