mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
joe: add page (#7198)
This commit is contained in:
parent
26f7a9ca44
commit
5fec820783
1 changed files with 20 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue