eddy
Simple CLI text editor
TLDR
Open a file for editing
$ eddy [filename]
Create a new file$ eddy
Open multiple files$ eddy [file1] [file2]
SYNOPSIS
eddy [options] [files]
DESCRIPTION
eddy is a minimal, simple command-line text editor designed for quick edits. It provides basic text editing functionality in an easy-to-use interface, making it suitable for small configuration changes and quick notes.
The editor focuses on simplicity over features, offering a straightforward editing experience without the complexity of larger editors like vim or emacs.
PARAMETERS
-h, --help
Display help and exit-v, --version
Display version and exit
KEYBINDINGS
Ctrl+S
Save fileCtrl+Q
QuitCtrl+N
New fileCtrl+O
Open fileArrow keys
Move cursor
CAVEATS
Limited feature set compared to full editors. No syntax highlighting. No plugin support. May not handle very large files well.
HISTORY
eddy was developed as a simple alternative to complex text editors, prioritizing ease of use and minimal resource usage.

