Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
/ yedit Public archive

A super simple tool to make editing JSON files more human-friendly.

License

Notifications You must be signed in to change notification settings

trickeydan/yedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YEdit

A super simple tool to make editing JSON files more human-friendly.

Why?

I have been doing a lot of work with manipulating trees of JSON data recently. JSON was never really designed for humans, and as such it is non-trivial to read.

What?

YEdit will open your JSON file of choice, in your editor of choice, but will convert it to YAML for your ease of viewing.

Limitations

YEdit currently only works on Unix systems, I haven't needed to use it on Windows yet. Feel free to Pull Request.

Installation

Currently, you have to clone the repository, run pipenv install, and then run yedit.

I'll add it to PyPI and AUR, possibly a PPA when I have time.

Usage

Usage: yedit [OPTIONS] FILENAME

Options:
  --help  Show this message and exit.

About

A super simple tool to make editing JSON files more human-friendly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages