Text editor, written in Tal
Go to file
Devine Lu Linvega a162201062 Removed paren match 2024-03-17 19:02:23 -07:00
etc Added accented latin glyphs 2024-02-27 13:56:19 -08:00
src Removed paren match 2024-03-17 19:02:23 -07:00
.build.yml
.gitignore
7x14.icn
LICENSE
README.md
makefile
untitled.txt Improved symbols search 2024-03-11 12:03:41 -07:00

README.md

Left

Left is a text editor, written in Uxntal.

Build

You must have an Uxn assembler and emulator.

uxnasm src/left.tal bin/left.rom
uxnemu bin/left.rom

If do not wish to assemble it yourself, you can download left.rom.

builds.sr.ht status

Snarf?

Left uses a .snarf file to handle copy/paste. You can write to this snarf file from the host computer like:

cat > .snarf

Paste your text, press enter and exit with ctrl+c.

Support