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 or create new
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/(a file per snippet, seeexamples/kiss_templates/greet.py) - 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 (takes about a second)
- 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.1
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.1.tar.gz | 12.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kiss_editor-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.7 kB
Release files / kiss_editor-0.5.1.tar.gz
| Download URL | kiss_editor-0.5.1.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
815dc94e3642c85fbeea4c081b7fa2c409fc33e513903631e976b3cd875d0332
|
|
BLAKE2b-256 checksum How to use checksums |
73c5f4e84f3a5eb5fde0c8909076c7ac5834eac17036a514c12284ec60218073
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","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.1-py3-none-any.whl
| Download URL | kiss_editor-0.5.1-py3-none-any.whl |
|---|---|
| Size | 15.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
820c01063726933d976ce5231028521a6dc8ee6d0ad5c1d9943bdc2bd32138de
|
|
BLAKE2b-256 checksum How to use checksums |
731be3b993a86b8012cf05e25641d39567a8adca3853f7628aaed1c1b9a51d70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","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}
|