HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lb — Manage a blog contained in the current directory. Drafts and posts to operate on are selected intera

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecontainedcurrentcommandlbclimanageblog

Problem

How to use the lb command: 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>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/lb

Revisions (0)

No revisions yet.