Summary
Currently just link creates timestamped backups of existing configs, but there's no easy way to list or restore them. Add explicit backup/restore recipes.
Proposed recipes
| Recipe |
What it does |
just backup |
Creates a dated snapshot of current configs (~/.config/nvim, ~/.tmux.conf, ~/.zshrc) |
just restore |
Lists available backups and restores a selected one |
Use case
Users experimenting with config changes who want a quick rollback path without reaching for git.
Summary
Currently
just linkcreates timestamped backups of existing configs, but there's no easy way to list or restore them. Add explicit backup/restore recipes.Proposed recipes
just backupjust restoreUse case
Users experimenting with config changes who want a quick rollback path without reaching for git.