John J. Jordan is a solo developer best known for maintaining Joe’s Own Editor (JOE), a lightweight, terminal-based screen editor that brings Unix-style text editing to Windows without sacrificing the speed or keystroke efficiency prized by command-line purists. Originally created by Joseph Allen for Unix-like systems, JOE combines the intuitive control-key sequences of WordStar with the powerful buffer-and-pipe model of GNU Emacs, giving developers, system administrators, and technical writers a distraction-free environment for quick configuration tweaks, log inspection, remote file edits over SSH, or full-scale coding sessions in C, Python, shell, HTML, and Markdown. The editor supports unlimited undo, syntax highlighting, multiple windows, macro recording, and context-sensitive help, yet its memory footprint remains small enough to run inside a minimal Windows terminal or a resource-constrained VM. Because JOE starts instantly and works entirely within the console, it is frequently embedded in rescue disks, portable toolkits, and automated build pipelines where graphical interfaces are unavailable or undesirable. Users who miss the responsiveness of classic DOS editors, or who need a zero-latency scratchpad while ssh-ed into cloud instances, often adopt JOE as their primary Windows text weapon. The publisher’s software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest version and permitting batch installation alongside other applications.
A full featured terminal-based screen editor
Details