A minimal terminal-based text editor written in C++ for Windows.
- Open, edit, and save text files
- Simple keyboard-driven controls
- Lightweight and fast
- Built using standard C++
Single file to compile.
g++ main.cpp -o textedhttps://github.com/VectorBlue-06/Texed/releases
A lightweight, keyboard-driven console text editor for Windows.
- Menu-based startup:
- Open existing file
- Create new file
- Read-only mode
- Command mode (
:) with:e <n>edit linessavesqsave & quitqquitd <n>to delete a single lined <n>,<m>to delete given linesd <n> to <m>to delete multiple lines from n to m including m and n
- Improved line editor:
- Arrow keys + Home/End
- ESC cancels edit safely
- Read-only mode enforcement (no edit/save)
- Colored console UI (Not working properly)
- Safe file saving using temporary file swap
- Fixed cursor redraw and ESC deletion bug
- Cleaner command parsing and state handling
- And other bugs fixed
- Windows only (WinAPI based)
- Cross-platform support coming soon...
- Undo/redo
- Search
- Status bar
- Cross-platform support
- Color
