Editor fixes, code cleanup, bool colors, open dialog

This commit is contained in:
2024-10-05 14:57:11 +02:00
parent 9819b22019
commit 62c78fa14c
3 changed files with 160 additions and 65 deletions

View File

@@ -2,6 +2,11 @@
This is an editor for JSON files, that also supports YAML.
> [!WARNING]
> This software is still very much beta. That means there will be bugs. Please
> report them, and don't go doing stupid stuff like editing your live configuration
> files in place.
## Features
- Interactive terminal TUI application
@@ -35,7 +40,8 @@ $ mv bin/jsonedit.phar ~/bin/jsonedit
## Using
JSONEdit is controlled using hotkeys. The essential keys are always displayed
at the bottom of the screen.
at the bottom of the screen. Press **h** for the help, which lists all available
keys.
### Creating a document from scratch