Expand description
linkmarks init — initialize the LinkMarks store and config.
What it does:
- Creates the XDG data directory (
~/.local/share/linkmarks/). - Creates the XDG config directory (
~/.config/linkmarks/). - Writes a default
config.tomlif none exists. - Opens the store (which runs the migrator and stamps
PRAGMA user_version).
Idempotent: re-running is a no-op when both dirs already exist and
config.toml is present.