LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

joe

joe's Own Editor, a terminal text editor

TLDR

Open file
$ joe [file.txt]
copy
Open at line number
$ joe +[100] [file.txt]
copy
Read-only mode
$ joe -rdonly [file.txt]
copy
Enable syntax highlighting
$ joe -syntax [c] [file.c]
copy
Disable word wrap
$ joe -wordwrap [file.txt]
copy

SYNOPSIS

joe [options] [file...]

DESCRIPTION

joe is Joe's Own Editor, a terminal text editor. It supports multiple editing modes including WordStar and Emacs.The editor features syntax highlighting, macros, and split windows. Key bindings are configurable.

PARAMETERS

FILE

Files to edit.
+LINE
Go to line number.
-rdonly
Read-only mode.
-syntax NAME
Syntax highlighting mode.
-wordwrap
Enable word wrap.
-help
Display help information.

INSTALL

sudo apt install joe
copy
sudo dnf install joe
copy
sudo pacman -S joe
copy
sudo apk add joe
copy
sudo zypper install joe
copy
brew install joe
copy
nix profile install nixpkgs#joe
copy

CAVEATS

WordStar bindings by default. Configuration via joerc. Multiple personalities (jmacs, jstar).

HISTORY

joe was created by Joseph H. Allen in 1991 as a modeless text editor with familiar WordStar key bindings.

SEE ALSO

nano(1), vim(1), emacs(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid