tixvage / guba

an experimental text editor written in zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guba

Quick Start

Usage

$ zig build run -- WELCOME.txt

Notes

  • Probably there are problems with Windows because of '\r\n'
  • If you want to make stress test (with big files) you need to run it with
$ zig build run -Drelease-fast -- <filepath>
  • DON'T TRY TO EDIT AN IMPORTANT FILE (it is not fully bug free)

Screenshots

Font

Source Code Pro: https://github.com/adobe-fonts/source-code-pro

About

an experimental text editor written in zig

License:MIT License


Languages

Language:Zig 100.0%