Text editor, written in Tal
Go to file
neauoire 5e2a0f19e1 Added badge 2022-11-11 15:38:11 -08:00
etc Added support for _rune 2022-11-10 21:11:41 -08:00
src Added support for _rune 2022-11-10 21:11:41 -08:00
.build.yml Fixed CI 2022-09-04 09:56:42 -07:00
.gitignore
LICENSE
README.md Added badge 2022-11-11 15:38:11 -08:00
build.sh Added push to build 2022-09-12 09:33:16 -07:00
untitled.txt Optimized drawing 2022-03-18 15:39:12 -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