Subject: CVS commit: pkgsrc/textproc
From: NONAKA Kimihiro
Date: 2025-02-10 11:19:56
Message id: 20250210101956.6F869FBE0@cvs.NetBSD.org

Log Message:
PR/58110: Added textproc/jnv 0.5.0.

jnv is designed for navigating JSON, offering an interactive JSON viewer
and jq filter editor.
Inspired by jid and jiq.

Features:
  * Interactive JSON viewer and jq filter editor
    * Syntax highlighting for JSON
    * Use jaq to apply jq filter
      * This eliminates the need for users to prepare jq on their own.
  * Capable of accommodating various format
    * Input: File, Stdin
    * Data: A JSON or multiple JSON structures that can be deserialized
      with StreamDeserializer, such as JSON Lines
  * Auto-completion for the filter
    * Only supports:
      * Identity
      * Object Identifier-Index
      * Array Index
  * Hint message to evaluate the filter

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