Documentation
¶
Overview ¶
Package gist provides GitHub Gist operations for agent sharing. It uses the gh CLI tool for authentication and API access.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseGistRef ¶
ParseGistRef extracts a gist ID from a URL or raw ID. Supports:
- abc123def456
- https://gist.github.com/user/abc123def456
- gist.github.com/user/abc123def456
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps gh CLI operations for gist management.
Click to show internal directories.
Click to hide internal directories.