j
jaipkg.dev
packages / app / TOE

TOE

c116581app

Tristan's Own Editor

MIT · updated 3 months ago

Tristan's Own Editor (TOE)

TOE is a shitty ripoff of xedit. This was a fun little day project (about 6 hours) to make a Jai program that will run on "unsupported" arches like ppc64.

Usage

$ TOE <file>
  • i Enter into insert mode.
  • esc Enter into command mode.
    • d# Move cursor down # lines.
    • u# Move cursor up # lines.
    • s Save file.
    • q Quit TOE.