/tui_editor

glitchy, barebones Text-based user interface document editor implementation in .NET

Primary LanguageC#

tui_editor

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 modes

Installation:

Building from source

1. Prerequisites:

2. Clone the repository

git clone https://github.com/gteditor99/tui_editor/

This will create a local copy of the repository.

3. Build

win-x64:

dotnet publish -r win-x64

linux-x64

dotnet publish -r linux-x64