Module services

Module services 

Source
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 detection
  • git_watcher - Git repository state change detection
  • repo_watcher - Combined git + working tree change detection
  • theme - Theming system (requires theme feature)
  • 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.
themetheme
Comprehensive theme system for ratatui-toolkit widgets.