Port details |
- nvimpager Use NeoVim as a pager, with full syntax highlighting
- 0.13.0 sysutils =3 0.13.0Version of this port present on the latest quarterly branch.
- Maintainer: adamw@FreeBSD.org
- Port Added: 2021-02-05 07:30:42
- Last Update: 2024-05-26 14:02:02
- Commit Hash: b250518
- People watching this port, also watch:: isc-cron, cronic, monit, fusefs-sshfs, fusefs-unionfs
- License: BSD2CLAUSE
- WWW:
- https://github.com/lucc/nvimpager
- Description:
- Use neovim as a pager to view man pages, git diffs, and whatnot with neovim's
syntax highlighting and mouse support.
The script also has a "cat mode" which will not start up the neovim interface
but instead print a highlighted version of the file to the terminal. Like cat
with neovim syntax highlighting! If the input has less lines than the terminal
cat mode is activated automatically so nvimpager behaves similar to less -F.
Pager mode and cat mode can be enforced with the options -p and -c
respectively.
Nvimpager comes with a small set of command line options but you can also use
all of neovim's command line options. Use nvimpager -h to see the help text.
The configuration is separated from the users config for neovim. The main
config file is ~/.config/nvimpager/init.vim. See the manpage for further
explanation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nvimpager>0:sysutils/nvimpager
- To install the port:
- cd /usr/ports/sysutils/nvimpager/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/nvimpager
- pkg install nvimpager
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nvimpager
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716732068
SHA256 (lucc-nvimpager-v0.13.0_GH0.tar.gz) = 8255c39697b213cb34dfd573d90c27db7f61180d4a12f640ef6e7f313e525241
SIZE (lucc-nvimpager-v0.13.0_GH0.tar.gz) = 33459
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- scdoc : textproc/scdoc
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- bash : shells/bash
- nvim : editors/neovim
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_nvimpager
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.0 26 May 2024 14:02:02 |
Adam Weinberger (adamw) |
sysutils/nvimpager: Update to 0.13.0 |
0.12.0 10 May 2023 21:21:32 |
Adam Weinberger (adamw) |
sysutils/nvimpager: Update to 0.12.0 |
0.11.0 15 Oct 2022 17:28:05 |
Adam Weinberger (adamw) |
sysutils/nvimpager: Update to 0.11.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.10.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.10.4 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.10.4 12 Dec 2021 00:37:23 |
Adam Weinberger (adamw) |
sysutils/nvimpager: Update to 0.10.4 |
0.10.3 02 Nov 2021 11:07:10 |
Adam Weinberger (adamw) Author: Alastair Hogge |
sysutils/nvimpager: Update to 0.10.3
Fixes manpage viewing with nvim 0.5.1
PR: 259605 |
0.10.2 09 Jun 2021 23:35:01 |
Adam Weinberger (adamw) |
sysutils/nvimpager: Update to 0.10.2 |
0.10 08 Jun 2021 03:24:04 |
Adam Weinberger (adamw) |
sysutils/nvimpager: Update to 0.10 |
0.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9 02 Mar 2021 15:12:13 |
adamw |
sysutils/nvimpager: Remove errant ectopic patch file
Reported by: ak |
0.9 05 Feb 2021 07:30:34 |
adamw |
sysutils/nvimpager: Add port
Using neovim as a pager to view man pages, git diffs, whatnot with neovim's
syntax highlighting and mouse support.
The script also has a "cat mode" which will not start up the neovim interface
but instead print a highlighted version of the file to the terminal. Like cat
with neovim syntax highlighting! If the input has less lines than the terminal
cat mode is activated automatically so nvimpager behaves similar to less -F.
Pager mode and cat mode can be enforced with the options -p and -c
respectively.
Nvimpager comes with a small set of command line options but you can also use
all of neovim's command line options. Use nvimpager -h to see the help text.
The configuration is separated from the users config for neovim. The main
config file is ~/.config/nvimpager/init.vim. See the manpage for further
explanation.
WWW: https://github.com/lucc/nvimpager |