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 Revamped rune sprites 2023-01-30 10:29:38 -08:00
7x14.icn Added shavian alphabet support 2024-02-08 16:44:57 -08:00
LICENSE Init 2021-01-04 17:26:36 -08:00
README.md Added badge 2022-11-11 15:38:11 -08:00
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