glitchy, barebones Text-based user interface document editor implementation in .NET
made with ❤️ ❌
made with ☕ ✅
tui_editor [file]
Ctrl Shift S >> Save as new
Ctrl S >> Save current file
arrow keys ↑ ↓ ← → to navigate
it's like 1am rn
no fancy stuff like insert modesgit clone https://github.com/gteditor99/tui_editor/
This will create a local copy of the repository.
win-x64:
dotnet publish -r win-x64
linux-x64
dotnet publish -r linux-x64