skip to main content

items — list all items in a collection database

SYNOPSIS antenna items [COLLECTION_NAME]

DESCRIPTION Prints a Markdown list of all items stored in the named collection’s SQLite3 database. Items include blog posts added via ‘post’ or ‘blogit’, and feed entries harvested via ‘harvest’. The list is in descending publication-date order.

Each line shows: - Title, YYYY-MM-DD, status (label)

If COLLECTION_NAME is omitted it defaults to pages.md.

See ‘posts’ for a list restricted to blog posts (items with a postPath), and ‘pages’ for a list of static page entries.

PARAMETERS COLLECTION_NAME (optional) collection Markdown file (default: pages.md)

EXAMPLE antenna items antenna items index.md