summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-09more testsmainPaul Buetow
2026-07-09dependenciesPaul Buetow
2026-07-08add multi which can return multiple resourcesPaul Buetow
2026-07-07more testsPaul Buetow
2026-07-07can manage dnf packagesPaul Buetow
2026-07-06initial package managementPaul Buetow
2026-07-06refactorPaul Buetow
2026-07-06refactorPaul Buetow
2026-07-06move more into APIPaul Buetow
2026-07-05add tests for repository's ApplyPaul Buetow
2026-07-05initial ApplyPaul Buetow
2026-07-05not applying directly anymore, pending central applier algoPaul Buetow
2026-07-05initial work for a central applier algoPaul Buetow
2026-07-05make options pattern more generic with dot imports a bit less boilerplate ↵Paul Buetow
for the user
2026-07-05more on tisPaul Buetow
2026-07-05add aliasesPaul Buetow
2026-07-04refactorPaul Buetow
2026-07-04minor refactorPaul Buetow
2026-07-04Add logo to READMEPaul Buetow
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04Add gonf logo: nested rotating squares in light and dark variantsPaul Buetow
Designed in the style of shuriken.sh with nested square layers representing configuration management's layered, cascading scopes. Teal accent suggests developer tools. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04add more file typesPaul Buetow
2026-07-04- Delete internal/file/content.go (duplicate implementation with different ↵Paul Buetow
semantics). - Refactor internal/file/file.go to use a File struct with options (WithContent, WithSource, WithMode, etc.). - Update Have signature to accept variadic options instead of (path, param). - Update tests to use new API. - Update TODO.md to remove resolved blocker and reflect remaining features.
2026-07-04add todoPaul Buetow
2026-07-04support files and templatesPaul Buetow
2026-07-04add readmePaul Buetow
2026-07-04register file resource automaticallyPaul Buetow
2026-07-04Fix import cycle, add repository logic and resource testsPaul Buetow
2026-07-04initial versionPaul Buetow