Tags: dreikanter/dotfiles-cli
Tags
Remove trailing `/*` directory marker support from manifests (#42) * Drop unused home variables in sync tests * Replace stale verbose-output assertion with current markers * Drop unreachable nil check on Sync result actions * Fix Sync docstring on prune scope and trim Direction comment * Drop undocumented /* directory marker in manifest paths * Release 0.1.4 --------- Co-authored-by: Claude <noreply@anthropic.com>
Reorganize README for clarity and practical guidance (#10) * Rewrite README: replace Manifest with Setup, simplify flags and examples * Release 0.1.1 * Simplify 0.1.1 changelog entry * Note Go prerequisite in README Setup section * Show dotfiles init as a code block in README Setup * Show generated layout via tree in README Setup * Reorder save examples: --prune after --tool/--file * Add unscoped dotfiles status example and clarify it reports sync state * Lead JSON output section with a successful status example * Move Go prerequisite note to Install section * Move tree demo out of Setup into Usage; keep init code block copyable * Split --verbose-with-json note into its own sentence in JSON output * Reorder Usage examples; drop shell prompts and comment out outputs --------- Co-authored-by: Claude <noreply@anthropic.com>
Add `dotfiles init` command to scaffold new repositories (#8) * Refresh README intro and install instructions * Add init command to scaffold a dotfiles repository * Release 0.0.1 * Bump release version to 0.1.0 --------- Co-authored-by: Claude <noreply@anthropic.com>