Skip to main content

Crate codemem_watch

Crate codemem_watch 

Source
Expand description

codemem-watch: Real-time file watcher for Codemem.

Uses notify with debouncing to detect file changes and trigger re-indexing. Respects .gitignore and common ignore patterns.

Structs§

FileWatcher
File watcher that monitors a directory for changes with 50ms debouncing.

Enums§

WatchEvent
Events emitted by the file watcher.

Functions§

detect_language
Detect programming language from file extension.
is_watchable
Check if a file extension is watchable.
should_ignore
Check if a path is inside an ignored directory.