https://github.com/alfredfrancis/visual-yaml-editor
A web-based YAML editor with tabular interface
https://github.com/alfredfrancis/visual-yaml-editor
yaml yaml-configuration yaml-editor
Last synced: 4 months ago
JSON representation
A web-based YAML editor with tabular interface
- Host: GitHub
- URL: https://github.com/alfredfrancis/visual-yaml-editor
- Owner: alfredfrancis
- Created: 2025-02-18T11:12:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T13:30:44.000Z (over 1 year ago)
- Last Synced: 2025-10-10T12:13:31.952Z (9 months ago)
- Topics: yaml, yaml-configuration, yaml-editor
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YAML Editor
A web-based YAML editor with a tabular interface that makes it easy to view and edit YAML files.
## Features
- Web-based interface for editing YAML files
- Tabular view of YAML data
- Add and delete rows
- Search functionality
- Real-time editing
- File browser for YAML files
## Installation
Install using pip:
```bash
pip install yaml-editor
```
Or install from source using Poetry:
```bash
git clone https://github.com/yourusername/yaml-editor.git
cd yaml-editor
poetry install
```
## Usage
Start the YAML editor by running:
```bash
yaml-editor
```
Options:
- `--host`: Host to bind the server to (default: 127.0.0.1)
- `--port`: Port to bind the server to (default: 8000)
- `--dir`: Directory containing YAML files (default: current directory)
Example:
```bash
yaml-editor --host 0.0.0.0 --port 8080
```
Once started, open your web browser and navigate to the displayed URL to use the YAML editor.