KISS — keep it simple, stupid.
A small terminal editor built with Textual. It opens files and folders, with syntax highlighting, a file tree and undo/redo. Just an editor — no LSP, no plugins, no ambitions to become an IDE.
About & status
KISS is early-stage software. It's not a replacement for nano or vim — just a small editor that tries to stay simple and useful. It's for learning, and for the moments where a tiny no-nonsense editor is enough. Some things are still missing (see TODO).
Install
for unix systems:
curl -fsSL https://raw.githubusercontent.com/levk-m/kiss/main/scripts/install.sh | bash
via package managers:
[uv tool / pipx] install kiss-editor
or from source (requires Python 3.12+ and uv):
git clone https://github.com/levk-m/kiss.git
cd kiss
uv sync
uv run kiss
Or run directly without cloning:
uvx kiss-editor
Usage
kiss <file> Edit a file
kiss <dir> Browse a directory
kiss . Open current directory
Features
The usual editor essentials are here — undo/redo, clipboard, line numbers, word wrap, cursor line highlight. On top of that KISS adds:
- File tree — browse and open files with custom icons per file type
- Syntax highlighting — auto-detected from the file
- Go to line (
Ctrl+G) — enter a number, jump straight there - Command palette (
Ctrl+P) — fuzzy-find files, switch themes - Templates (
Ctrl+T) — insert reusable snippets from~/.kiss_templates.ini(seeexamples/kiss_templates_example.ini) - Image viewer — open images directly in the terminal (requires Kitty, Sixel or iTerm support)
- Config —
~/.kiss_editor.ini, open withCtrl+O - Help dialog —
Ctrl+H - Splash screen — ASCII logo on startup
- Update check — notifies when a newer version is available on exit
- Enter handling — auto-indent to match the current line on newline
For keybindings and commands, see USAGE.md.
Release files for kiss-editor 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kiss_editor-0.5.0.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kiss_editor-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.2 kB
Release files / kiss_editor-0.5.0.tar.gz
| Download URL | kiss_editor-0.5.0.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
11569b1730efcd3a3ecbe42a97876e9da01b3d3797526109a74a16e2655446dd
|
|
BLAKE2b-256 checksum How to use checksums |
38e308d795412e28f5f7f8edd009be9a749bcb356ac74db0159ce74f83e55236
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / kiss_editor-0.5.0-py3-none-any.whl
| Download URL | kiss_editor-0.5.0-py3-none-any.whl |
|---|---|
| Size | 15.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1904fbd4d86fb638a970b4c3a9db957077af0f9bf206f2284985d6a163a297c3
|
|
BLAKE2b-256 checksum How to use checksums |
086190b6a7969792b69a5da6106eec54996538bfc17053fc415d82e3a2d41e26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|