mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 17:42:07 +00:00
22 lines
329 B
Plaintext
22 lines
329 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zm
|
|
|
|
> A tool for managing articles of newspapers and blogs.
|
|
> More information: <https://github.com/ZERMZeitung/zm2>.
|
|
|
|
- Make a new draft:
|
|
|
|
`zm new`
|
|
|
|
- Edit a draft:
|
|
|
|
`zm edit`
|
|
|
|
- Publish a draft and commit it with git:
|
|
|
|
`zm publish`
|