2025-03-14 21:59:59 -06:00
|
|
|
# lb
|
|
|
|
|
|
|
|
|
|
> Manage a blog contained in the current directory.
|
|
|
|
|
> Drafts and posts to operate on are selected interactively when running the commands.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/LukeSmithxyz/lb#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Make a new draft:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`lb {{[n|new]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Edit a draft:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`lb {{[e|edit]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Delete a draft:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`lb {{[t|trash]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Publish a draft:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`lb {{[p|publish]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Delete a published post:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`lb {{[d|delete]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Unpublish a published post to edit it as a draft again:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`lb {{[r|revise]}}`
|