commands.sh

lb

all

Manage a blog contained in the current directory. Drafts and posts to operate on are selected interactively when running the commands.

More info →

Options (6)

boolean

Make a new draft

Example: lb {{[n|new]}}
boolean

Edit a draft

Example: lb {{[e|edit]}}
boolean

Delete a draft

Example: lb {{[t|trash]}}
boolean

Publish a draft

Example: lb {{[p|publish]}}
boolean

Delete a published post

Example: lb {{[d|delete]}}
boolean

Unpublish a published post to edit it as a draft again

Example: lb {{[r|revise]}}

Examples (6)

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]
made by @shridhargupta | data from tldr-pages