Metadata-Version: 2.4
Name: Ked
Version: 0.2.1
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: ruamel-yaml>=0.18
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

Install the application with the [UV] package manager:
```
uv tool install Ked
```

There are other ways to install the app, such as via [PipX] or even just [Pip].
But UV is recommended as it isolates and manages all dependencies, including
Python.

[UV]:   https://docs.astral.sh/uv
[PipX]: https://pipx.pypa.io
[Pip]:  https://pip.pypa.io


## Usage

Simply run
```
ked some_file.txt
```

to edit a file. 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)
