1
0
Fork
You've already forked lft
0
A fork of Left for smaller screens
  • Makefile 100%
2026年05月30日 09:59:34 +00:00
etc Initial commit of unmodified Left 2026年05月27日 17:19:38 -07:00
src Update menu button icons 2026年05月30日 09:59:34 +00:00
LICENSE Initial commit of unmodified Left 2026年05月27日 17:19:38 -07:00
makefile Initial commit of unmodified Left 2026年05月27日 17:19:38 -07:00
README.md Initial commit of unmodified Left 2026年05月27日 17:19:38 -07:00
untitled.txt Initial commit of unmodified Left 2026年05月27日 17:19:38 -07:00

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