Text editor, written in Tal
Go to file
Devine Lu Linvega a5cf18f89f Added state registers in ZP 2023-01-25 11:31:44 -08:00
etc Added chrw helper 2023-01-24 15:56:20 -08:00
src Added state registers in ZP 2023-01-25 11:31:44 -08:00
.build.yml Fixed CI 2022-09-04 09:56:42 -07:00
.gitignore Ignore .theme 2021-12-07 20:11:40 -08:00
LICENSE Init 2021-01-04 17:26:36 -08:00
README.md Added badge 2022-11-11 15:38:11 -08:00
build.sh Different routing of unknown glyphs 2023-01-25 10:38:12 -08: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