mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 11:01:50 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/joe
Normal file
25
tldr/joe
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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