Girish Mahajan (Editor)

Joe's Own Editor

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Joseph H. Allen

Operating system
  
Unix-like, DOS, Win32

Written in
  
C

Joe's Own Editor

Developer(s)
  
Joseph P. Allen, Marek 'Marx' Grac and others

Initial release
  
joe0.0.0 ca. August 22, 1991; 25 years ago (1991-08-22)

Stable release
  
4.4 / January 22, 2017; 41 days ago (2017-01-22)

JOE or Joe's Own Editor is a terminal-based text editor for Unix systems, available under the GPL. It is designed to be easy to use.

Contents

JOE is available for most major Linux distributions, open-source BSD systems and Apple's OS X via package managers such as Homebrew.

Description of features

JOE includes an integrated help system and a reminder of how to get help is always on the screen. The key sequences in JOE are similar to those of WordStar and Turbo C: many are combinations of the Control key and another key, or combinations of Ctrl+K and another key, or combinations of the Escape key and another key. Numerous settings are also available through Ctrl+T. The program is generally customizable through an extensive configuration file, and it supports color syntax highlighting for numerous popular file formats, a feature that is also configurable.

JOE installs hard links and a set of rc files that configure JOE to emulate Emacs keybindings (when invoked as jmacs), Pico (when invoked as jpico), or WordStar (when invoked as jstar). There is also a variant called "rjoe", which is restricted in that it allows one to edit only the files specified on the command line (which can be useful to enforce the principle of least privilege).

While the user interface of the editor is reminiscent of DOS editors, it also includes the typical Unix editor features such as internal command history, tab completion in file selection menus, regular expression search system and the ability to filter (pipe) arbitrary blocks of text through any external command.

History

JOE was among the default editors in the early popular Linux distributions, which gave it some prominence and helped build a user base. It continues to be included as an option in Linux distributions, sometimes in the critical role as a "rescue mode" editor.

After version 2.8 was released by Joseph Allen in 1995, the development cycle had halted for several years. The development was taken over by a new group of enthusiasts in 2001, led by Marek Grac, who released 2.9 and several later versions, introducing a standardized build system and fixing many bugs. Allen returned to the project in 2004 and released version 3.0, which introduced syntax highlighting and support for UTF-8.

References

Joe's Own Editor Wikipedia