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 - 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.4.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.4.0.tar.gz | 10.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kiss_editor-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.9 kB
Release files / kiss_editor-0.4.0.tar.gz
| Download URL | kiss_editor-0.4.0.tar.gz |
|---|---|
| Size | 10.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0bda640d63520fc0af222ece627368856107f95f3cc4264689063be35365aa0
|
|
BLAKE2b-256 checksum How to use checksums |
53eb9f8e169615367b5c00ff3923cdbb6e147145df990eb9b1a73e797d243772
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.4.0-py3-none-any.whl
| Download URL | kiss_editor-0.4.0-py3-none-any.whl |
|---|---|
| Size | 14.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6d6d53ed4dda16bf6cf2c30d74f019b38f50d1d0453799b840efcd9351c6d2a4
|
|
BLAKE2b-256 checksum How to use checksums |
451eda9fb0fa3c81d5daa049f65519b2f506ac685fc8b1860f8d5eb82d0cbdd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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}
|