Subject: CVS commit: pkgsrc/textproc/jless
From: pin
Date: 2022-02-09 18:02:46
Message id: 20220209170246.4429DFB24@cvs.NetBSD.org

Log Message:
textproc/jless: import package

jless is a command-line JSON viewer.
Use it as a replacement for whatever combination of less, jq, cat and your
editor you currently use for viewing JSON files.
It is written in Rust and can be installed as a single standalone binary.

Features
   -Clean syntax highlighted display of JSON data, omitting quotes around
    object keys, closing object and array delimiters, and trailing commas.
   -Expand and collapse objects and arrays so you can see both the high- and
    low-level structure of the data.
   -A wealth of vim-inspired movement commands for efficiently moving around
    and viewing data.
   -Full regex-based search for finding exactly the data you're looking for.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/jless/DESCR
1.1addpkgsrc/textproc/jless/Makefile
1.1addpkgsrc/textproc/jless/PLIST
1.1addpkgsrc/textproc/jless/cargo-depends.mk
1.1addpkgsrc/textproc/jless/distinfo