install the jless.help file in share/doc/jless so it's easier to find the

available keys. also refer to the web version in DESCR.
This commit is contained in:
sthen 2022-04-03 13:02:44 +00:00
parent fc770371e4
commit 1bd8e2b3af
3 changed files with 12 additions and 4 deletions

View File

@ -3,7 +3,7 @@ COMMENT = JSON viewer
GH_ACCOUNT = PaulJuliusMartinez
GH_PROJECT = jless
GH_TAGNAME = v0.8.0
REVISION = 0
REVISION = 1
CATEGORIES = textproc
@ -22,6 +22,9 @@ CONFIGURE_STYLE = cargo
MODCARGO_RUSTFLAGS = -L/usr/X11R6/lib
MODPY_RUNDEP = No
.include "crates.inc"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jless
${INSTALL_DATA} ${WRKSRC}/src/jless.help ${PREFIX}/share/doc/jless/
.include "crates.inc"
.include <bsd.port.mk>

View File

@ -4,9 +4,12 @@ searching through JSON data. It also supports YAML.
jless will pretty print your files and apply syntax highlighting.
Use it when exploring external APIs, or debugging request payloads.
jless has a large suite of vim-inspired commands that make exploring
data a breeze. See https://jless.io/user-guide.html or type ":help"
for a reference to available keys.
Expand and collapse Objects and Arrays to grasp the high- and low-level
structure of a document. jless has a large suite of vim-inspired
commands that make exploring data a breeze.
structure of a document (left/right cursor or h/l keys).
jless supports full text regular-expression based search. Quickly find
the data you're looking for in long String values, or jump between

View File

@ -1,2 +1,4 @@
@conflict ja-less-*
@bin bin/jless
share/doc/jless/
share/doc/jless/jless.help