Text editor, written in Tal
Go to file
Devine Lu Linvega 46caefa8f2 Added shortcut for pasteBinary 2024-07-26 10:14:11 -07:00
etc Added accented latin glyphs 2024-02-27 13:56:19 -08:00
src Added shortcut for pasteBinary 2024-07-26 10:14:11 -07:00
.build.yml Fixed CI 2023-07-05 11:29:25 -07:00
.gitignore
7x14.icn Added shavian alphabet support 2024-02-08 16:44:57 -08:00
LICENSE
README.md
makefile Increase size to fit thinkpad screen 2024-01-16 10:01:41 -08:00
untitled.txt Added support for macros 2024-07-06 13:24:04 -08: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