mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
587 B
Plaintext
35 lines
587 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lb
|
|
|
|
> Manage a blog contained in the current directory.
|
|
> Drafts and posts to operate on are selected interactively when running the commands.
|
|
> More information: <https://github.com/LukeSmithxyz/lb#usage>.
|
|
|
|
- Make a new draft:
|
|
|
|
`lb {{[n|new]}}`
|
|
|
|
- Edit a draft:
|
|
|
|
`lb {{[e|edit]}}`
|
|
|
|
- Delete a draft:
|
|
|
|
`lb {{[t|trash]}}`
|
|
|
|
- Publish a draft:
|
|
|
|
`lb {{[p|publish]}}`
|
|
|
|
- Delete a published post:
|
|
|
|
`lb {{[d|delete]}}`
|
|
|
|
- Unpublish a published post to edit it as a draft again:
|
|
|
|
`lb {{[r|revise]}}`
|