Next | Query returned 1 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2025-02-10 11:19:56 by NONAKA Kimihiro | Files touched by this commit (5)
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

Next | Query returned 1 messages, browsing 1 to 10 | previous