Versions in this module Expand all Collapse all v1 v1.0.0 Jul 16, 2025 Changes in this version + type FileChangedMsg struct + type Watcher struct + Errors chan error + Events chan tea.Msg + func New() (*Watcher, error) + func (w *Watcher) Start(ctx context.Context, filePath string) + func (w *Watcher) WatchFileCmd() tea.Cmd + type WatcherErrMsg struct + func (e WatcherErrMsg) Error() string