A fork of Left for smaller screens
| etc | Initial commit of unmodified Left | |
| src | Update menu button icons | |
| LICENSE | Initial commit of unmodified Left | |
| makefile | Initial commit of unmodified Left | |
| README.md | Initial commit of unmodified Left | |
| untitled.txt | Initial commit of unmodified Left | |
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.