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 update
sudo apt-get install joe
- OS X
-
brew install joe
- Raspbian
-
apt-get install joe
- Dockerfile
- dockerfile.run/joe
- Docker
-
docker run cmd.cat/joe joe
powered 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