macOS
brew install nvimpagerlocal Homebrew formula metadata
sudo port install nvimpagerMacPorts ports tree · sysutils/nvimpager/Portfile · ソース: api.github.com
brew
nvimpager のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install nvimpagerlocal Homebrew formula metadata
sudo port install nvimpagerMacPorts ports tree · sysutils/nvimpager/Portfile · ソース: api.github.com
sudo apk add nvimpagerAlpine Linux edge package indexes · nvimpager · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#nvimpagernixpkgs package indexes · pkgs/by-name/nv/nvimpager/package.nix · ソース: api.github.com
sudo zypper install nvimpageropenSUSE Tumbleweed package metadata · nvimpager · ソース: download.opensuse.org
概要
Use NeoVim as a pager to view manpages, diffs, etc.
履歴
nvimpager is a small pager wrapper that launches Neovim in a pager-like mode for man pages, files, pipes, and diffs. It is not trying to replace `less` for every workload; it exists for users who want Neovim syntax highlighting, mouse behavior, and familiar keybindings while reading output.
The nvimpager repository was created on 2017-10-23. Its README describes the project as a rewrite of vimpager with fewer but stricter dependencies and with Neovim as the target editor.
The project stayed deliberately small: a wrapper script, a man page, a separate configuration path under `~/.config/nvimpager`, and enough logic to choose pager mode or cat mode depending on input.
nvimpager's adoption follows the shell-customization path: people find it through Neovim, then set `PAGER=nvimpager` or use it for `man`, `git diff`, and piped command output. Homebrew packages version 0.14.0 and declares Neovim as a runtime dependency.
The package is also present in several Unix packaging ecosystems, including Homebrew, MacPorts, Nix, Alpine, and openSUSE, which is the right scale for a focused terminal utility.
The README shows the practical workflow: run `nvimpager file`, pipe text into it, or export `PAGER=nvimpager` and then use `man bash` or `git diff`. Cat mode prints highlighted output directly when opening the full Neovim interface would be overkill.
Users configure nvimpager separately from their normal Neovim setup with `~/.config/nvimpager/init.vim` or `~/.config/nvimpager/init.lua`, which keeps pager behavior from being accidentally slowed or broken by a full editing config.
nvimpager matters because it turns an editor into a Unix pipeline component without pretending every terminal read needs a new pager implementation. It is a thin adapter around a powerful installed tool.
Its limitations are part of the package story: the README notes that large files and lazy pipe reading remain areas where `less` is faster or more memory efficient.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/nvimpager/init.vim~/.config/nvimpager/init.lua実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
nvimpager | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/lucc/nvimpager
インストールメタデータ
| パッケージキー | brew:nvimpager |
|---|---|
| バージョン | 0.14.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nvimpager |
| ホームページ | https://github.com/lucc/nvimpager |
| リポジトリ | https://github.com/lucc/nvimpager |
| 上流ドキュメント | https://github.com/lucc/nvimpager#readme |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/lucc/nvimpager/archive/refs/tags/v0.14.0.tar.gz |
| 最終更新 | 2026-05-18T12:31:01-04:00 |
| Pulse | updated |
| 依存関係 | neovim |
| ビルド依存関係 | scdoc |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | To use nvimpager as your default pager, add `export PAGER=nvimpager` to your shell configuration. |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nvimpager |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
nvimpager
nix profile install nixpkgs#nvimpagernvimpager 0.12.0-r0
Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
https://github.com/lucc/nvimpager
sudo apk add nvimpagernvimpager-doc 0.12.0-r0
Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting (documentation)
https://github.com/lucc/nvimpager
sudo apk add nvimpager-docnvimpager-zsh-completion 0.12.0-r0
Zsh completions for nvimpager
https://github.com/lucc/nvimpager
sudo apk add nvimpager-zsh-completionnvimpager 0.14.0-1.1
Use nvim as a pager
https://github.com/lucc/nvimpager
sudo zypper install nvimpagernvimpager-zsh-completion 0.14.0-1.1
Zsh completion for nvimpager
https://github.com/lucc/nvimpager
sudo zypper install nvimpager-zsh-completionnvimpager
sudo port install nvimpagerソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.