mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:22:09 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
29 lines
440 B
Markdown
29 lines
440 B
Markdown
# 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>.
|
|
|
|
- Make a new draft:
|
|
|
|
`lb new`
|
|
|
|
- Edit a draft:
|
|
|
|
`lb edit`
|
|
|
|
- Delete a draft:
|
|
|
|
`lb trash`
|
|
|
|
- Publish a draft:
|
|
|
|
`lb publish`
|
|
|
|
- Delete a published post:
|
|
|
|
`lb delete`
|
|
|
|
- Unpublish a published post to edit it as a draft again:
|
|
|
|
`lb revise`
|