Expand description
Shared services and utilities for ratatui-toolkit.
This module contains reusable infrastructure that can be used across multiple components in the toolkit.
§Services
file_watcher- File system change detectiongit_watcher- Git repository state change detectionrepo_watcher- Combined git + working tree change detectiontheme- Theming system (requiresthemefeature)hotkey- Hotkey registration and management
Modules§
- file_
watcher - File watching service for detecting file system changes.
- git_
watcher - Git watching service for detecting git repository changes.
- hotkey
- Hotkey registration and management service.
- repo_
watcher - Repository watcher for detecting git and working tree changes.
- theme
theme - Comprehensive theme system for ratatui-toolkit widgets.