joe
Joe's own text editor. More information: <https://joe-editor.sourceforge.io>.
Install
- All systems
-
curl cmd.cat/joe.sh
- Debian
-
apt-get install joe - Ubuntu
-
apt-get install joe -
Alpine
-
apk add joe - Arch Linux
-
pacman -S joe - Kali Linux
-
apt-get install joe - Fedora
-
dnf install joe - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install joe - OS X
-
brew install joe - Raspbian
-
apt-get install joe - Docker
-
docker run cmd.cat/joe joepowered by Commando
Joe's own text editor. More information: <https://joe-editor.sourceforge.io>.
-
Open a new file in JOE:
joe -
Open a specific file:
joe path/to/file -
Open a specific file, positioning the cursor at the specified line:
joe +line path/to/file -
Open a specific file in read-only mode:
joe -rdonly path/to/file
© tl;dr; authors and contributors