Metadata-Version: 2.4
Name: Ked
Version: 0.5.0
Summary: simple text editor for the terminal
Keywords: editor,terminal
Author: John Hennig
License-Expression: CC-BY-NC-ND-4.0
License-File: license.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Editors
Requires-Dist: textual[syntax]>=6
Requires-Dist: rich>=14
Requires-Dist: cyclopts>=4
Requires-Dist: pyyaml>=6
Requires-Python: >=3.11
Project-URL: Releases, https://github.com/john-hen/Ked/releases
Project-URL: Source, https://github.com/john-hen/Ked
Description-Content-Type: text/markdown

﻿# Ked

*Simple text editor for the terminal*

![screenshot](https://raw.githubusercontent.com/john-hen/Ked/master/docs/images/about.svg)


## Installation

Use the [UV] package manager to install the application:
```
uv tool install Ked
```

[UV]: https://docs.astral.sh/uv


## Usage

Open a file for editing with:
```
ked some_file.txt
```

Run `ked --help` to list further command-line options. Press <kbd>F1</kbd> in
the app for help on interactive usage.


[![license](
    https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-nd.eu.svg)](
    https://creativecommons.org/licenses/by-nc-nd/4.0)
