Text editor, written in Tal
Go to file
rekkabell e97d8c16f0 icon 2023-01-05 11:05:39 -08:00
etc icon 2023-01-05 11:05:39 -08:00
src
.build.yml
.gitignore
LICENSE
README.md
build.sh
untitled.txt

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