Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
hark
command
Package main is the entry point for hark, a real-time read-only TUI for watching changes to a git repository.
|
Package main is the entry point for hark, a real-time read-only TUI for watching changes to a git repository. |
|
internal
|
|
|
app
Package app implements the main Bubble Tea model that composes all UI components, wires up the watcher, timeline, and diff engine, and handles all keybindings.
|
Package app implements the main Bubble Tea model that composes all UI components, wires up the watcher, timeline, and diff engine, and handles all keybindings. |
|
config
Package config handles loading and merging configuration from TOML files and CLI flags.
|
Package config handles loading and merging configuration from TOML files and CLI flags. |
|
diff
Package diff computes structured diffs between file contents.
|
Package diff computes structured diffs between file contents. |
|
ui
Package ui provides TUI components for hark built on Bubble Tea and Lipgloss.
|
Package ui provides TUI components for hark built on Bubble Tea and Lipgloss. |
|
watcher
Package watcher provides file change detection for a git repository.
|
Package watcher provides file change detection for a git repository. |
Click to show internal directories.
Click to hide internal directories.