Jegan - A terminal JSON editor

Go Test License Go Reference GitHub

( English / Japanese )

Features

Install

Manual Installation

Download the binary package from Releases and extract the executable.

⚠️ Note: The macOS build is experimental and not yet tested. Please let us know if you encounter any issues!

Use eget installer (cross-platform)

brew install eget        # Unix-like systems
# or
scoop install eget       # Windows

cd (YOUR-BIN-DIRECTORY)
eget hymkor/jegan

Use scoop-installer (Windows only)

scoop install https://raw.githubusercontent.com/hymkor/jegan/master/jegan.json

or

scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install jegan

Use "go install" (requires Go toolchain)

go install github.com/hymkor/jegan/cmd/jegan@latest

Note: go install places the executable in $HOME/go/bin or $GOPATH/bin, so you need to add this directory to your $PATH to run jegan.

Usage

jegan some.json

or

jegan < some.json

Key bindings

Changelog

Acknowledgements

Author