원클릭으로
nvf
Search nvf options and read nvf manual pages from a specific branch, tag, or commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search nvf options and read nvf manual pages from a specific branch, tag, or commit.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | nvf |
| description | Search nvf options and read nvf manual pages from a specific branch, tag, or commit. |
| compatibility | Option search requires nix with flakes enabled. Manual commands require curl, jq, and network access. |
Use for authoritative nvf data. Prefer commit SHAs for reproducible answers; branch names like main can move.
Scripts print compact output. Nix option search suppresses normal Nix chatter and shows stderr only on failure.
./scripts/search-options.sh REF QUERY [LIMIT]
./scripts/search-options.sh main vim.lsp 20
JSON array fields: name, description, type, default. Search is case-insensitive and limited to option names.
./scripts/list-manual.sh REF
./scripts/list-manual.sh main
Returns a sorted JSON array of paths under docs/manual/, without .md.
./scripts/read-manual.sh REF MANUAL_PATH
./scripts/read-manual.sh main configuring/languages/lsp
Prints raw Markdown from docs/manual/MANUAL_PATH.md.
github:NotAShelf/nvf/REF and imports local <nixpkgs>.