Other Commands¶
diff¶
Show uncommitted changes in tracked files.
log¶
Show commit history for the current branch.
tag¶
Create and manage tag snapshots for rollback.
dot-man tag create v1.0 # Tag current state
dot-man tag list # List all tags
dot-man tag delete v1.0 # Delete a tag
dot-man navigate main --tag v1.0 # Deploy a tag snapshot
remote¶
Configure remote sync.
sync¶
Push/pull to remote.
discover¶
Auto-discover common dotfile locations.
hooks¶
Manage deploy hooks.
template¶
Show template variable values.
completions¶
Install shell completions.
watch¶
Watch for file changes and auto-save.
interface¶
Manage CLI interface mode (standard vs enhanced).
migrate¶
Migrate from other dotfile managers.