joe: add page (#7198)
This commit is contained in:

committed by
GitHub

parent
26f7a9ca44
commit
5fec820783
20
pages/common/joe.md
Normal file
20
pages/common/joe.md
Normal 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}}`
|
Reference in New Issue
Block a user