Skip to content

Tags: dreikanter/dotfiles-cli

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Preserve newer files during sync operations (#57)

* Save and install skip newer destinations, syncing only obsolete files

* Release 0.2.1

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify Spec resolution and add track/untrack commands (#55)

* make directory classification manifest-driven and simplify resolveTool

* add track and untrack commands

* move track/untrack into 0.2.0 changelog entry

* improve track/untrack help text

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Detect directories from saved side even when live path absent (#53)

* fix: detect directory specs from saved side when live path is absent

* changelog: add 0.1.6 entry for directory install fix

---------

Co-authored-by: Claude <noreply@anthropic.com>

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.5 (#52)

Co-authored-by: Claude <noreply@anthropic.com>

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.3 (#41)

Co-authored-by: Claude <noreply@anthropic.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Report only changed and deleted files (#13)

* Report only changed and deleted files in save, apply, status, and config

* Release 0.1.2

---------

Co-authored-by: Claude <noreply@anthropic.com>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>