A beautiful, high-performance terminal text editor with syntax highlighting, line numbers, and search. Built with Go and the Atlas Suite philosophy.
atlas.ed is a minimalist TUI text editor designed for speed and beauty. It provides a clean, keyboard-centric interface for editing code and text files directly in your terminal.
- Editable Interface: Powered by Bubble Tea Textarea.
- Search: Quickly find and jump to occurrences of text with
^F. - Line Numbers: Toggleable line numbers with
^L. - Keyboard Centric: Smooth editing, saving (
^S), and navigation. - Minimalist: Fast, dependency-light, and aesthetic.
gobake build# Open or create a file
atlas.ed main.go
# Show version
atlas.ed -v- ^S: Save file
- ^F: Search
- ^L: Toggle line numbers
- ^Q: Quit
- n: Next search match
- p: Previous search match
