joe: add page (#7198)

beep
MDecker-MobileComputing 2021-10-25 14:00:45 +02:00 committed by GitHub
parent 26f7a9ca44
commit 5fec820783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/common/joe.md Normal file
View File

@ -0,0 +1,20 @@
# joe
> 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}}`