mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 11:51:26 +08:00
21 lines
678 B
Markdown
21 lines
678 B
Markdown
# Command Line Interface
|
|
|
|
```
|
|
Usage: marktext [commands] [path]
|
|
|
|
Available commands:
|
|
|
|
--debug Enable debug mode
|
|
--safe Disable plugins and other user configuration
|
|
--dump-keyboard-layout Dump keyboard information
|
|
--version Print version information
|
|
--help Print this help message
|
|
```
|
|
|
|
`marktext` should point to your installation of Mark Text. The exact location will vary from platform to platform. Since I'm on macOS, I created convenient alias for the version of Mark Text that I have installed.
|
|
|
|
```sh
|
|
alias marktext="/Applications/Mark\ Text.app/Contents/MacOS/Mark\ Text"
|
|
```
|
|
|