Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + func DefaultIgnorePatterns() []string + func DetectContentType(content string) string + func DetectLanguage(code string) string + func ReadClipboard() (string, error) + func WriteClipboard(content string) error + type AIComment = engine.AIComment + type AIWatcher = engine.AIWatcher + func NewAIWatcher(rootDir string, patterns []string) *AIWatcher + type ClipboardMonitor = engine.ClipboardMonitor + func NewClipboardMonitor() *ClipboardMonitor + type CronExpr = engine.CronExpr + func ParseCron(expression string) (*CronExpr, error) + type CronJob = engine.CronJob + type CronScheduler = engine.CronScheduler + func NewCronScheduler() *CronScheduler + type FileEvent = engine.FileEvent + type FileWatcher = engine.FileWatcher + func NewFileWatcher(rootDir string, config WatcherConfig) *FileWatcher + type SingleFileWatcher = engine.SingleFileWatcher + func WatchSingle(path string, onChange func()) *SingleFileWatcher + type WatcherConfig = engine.WatcherConfig