ramsyana/Enkel-Editor
Ultra-minimalist terminal text editor for IoT devices, built with Zig. Unix-like environments only.
Enkel is an Ultra-Minimalist Terminal Editor designed specifically for IoT Devices. The name "Enkel" comes from the Swedish word meaning "simple" or "straightforward", reflecting the editor's core philosophy.
Enkel is purpose-built for working in minimalist environments, particularly IoT terminals where resources are limited. Its lightweight design and efficient implementation make it ideal for editing text files in constrained systems.
enkel <filename>
Ctrl-S
: Save fileCtrl-Q
: QuitCtrl-F
: Find textRequires latest Zig compiler. Build using:
zig build-exe enkel.zig
MIT License - Copyright (c) 2024 Ramsyana - ramsyana[at]mac[dot]com