Skip to content

Tags: JFryy/qq

Tags

v0.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

v0.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add HCL Format Output Fix (#27)

* Add HCL format output fix

* iterate version for release

---------

Co-authored-by: James Fotherby <jfotherby@quantcast.com>

v0.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add codec for protobuf .proto (#25)

This change just adds proto definition parsing for conversions to format or querying with gojq to a format of the following:

$package_name:
   enum: 
     example:
       ACTIVE: 1
       INACTIVE: 0
   message:
     message_example:
        - name: field1
        - type: "int"
        - number: 1

v0.2.2-r

version bump

v0.2.1-re

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Appropriately Truncated View Port to TUI (#18)

add scaled view port to text user interface.
scaled view port
truncation of content
scroll/arrow/page up down for truncated preview content
go fmt

v0.2.0

version bump

v0.1.6

Make readme less terrible.

v0.1.5-stable

.

v0.1.5-alpha

Add chroma fallback handler

v0.1.3-alpha

more go mod fixes