lgh_list
List Git repositories registered with the local LGH server, showing their names, source paths, clone URLs, and creation dates. Optionally filter by name or path.
Instructions
List every Git repository registered with the LGH local server, each with its name, source_path (local working dir), bare_path, clone_url (LGH server URL), and created_at. Reads only the local registry under ~/.localgithub; no network access. Use it to discover the clone_url of an existing backup or the exact registered name required by lgh_remove. Returns a JSON array, empty when nothing is registered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional substring filter applied to repository name or source path (case-insensitive) |