Commit Graph
5 Commits
Author SHA1 Message Date
Stevan Freeborn 398d3dd585 feat: add process runner and status indicator
Implement runner module for spawning and managing watchexec child processes
via vim.fn.jobstart with stdout/stderr piping and ANSI stripping. Add
indicator module for displaying a small non-focusable float that shows the
last command outcome (success/failure) when the main window is hidden.
2026-07-06 19:51:33 -05:00
Stevan Freeborn 9dc2961180 feat: add configuration system and output window
Introduce config module for managing user options, defaults, and watchexec
binary discovery. Add window module for creating and managing the output
window (float or split) with append, clear, resize, and keymap support.
2026-07-06 19:51:29 -05:00
Stevan Freeborn ef4e0aeebe Merge pull request 'feat: add healthcheck' (#1) from stevanfreeborn/feat/add-healthcheck into main 2026-07-04 16:08:04 +00:00
Stevan Freeborn 65dff6cca7 feat: implement health checks 2026-07-04 11:05:50 -05:00
Stevan Freeborn 56bf4b7d11 chore: initial project setup 2026-07-04 08:46:05 -05:00