Text editor, written in Tal
Go to file
neauoire a20195e663 Fixed issue with font 2022-10-25 13:03:15 -07:00
etc Fixed issue with font 2022-10-25 13:03:15 -07:00
src Fixed issue with font 2022-10-25 13:03:15 -07: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 Fixed path in readme 2022-09-04 11:08:03 -07: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.

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